+ USE_DATABASE_REPLICATED=0 + USE_SHARED_CATALOG=0 ++ rg -v '#' /usr/share/zoneinfo/zone.tab ++ awk '{print $3}' ++ shuf ++ head -n1 Chosen random timezone Europe/Oslo + TZ=Europe/Oslo + echo 'Chosen random timezone Europe/Oslo' + ln -snf /usr/share/zoneinfo/Europe/Oslo /etc/localtime + echo Europe/Oslo + dpkg -i package_folder/clickhouse-common-static_24.8.14.10527.altinitytest+tsan_amd64.deb Selecting previously unselected package clickhouse-common-static. (Reading database ... 48426 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static_24.8.14.10527.altinitytest+tsan_amd64.deb ... Unpacking clickhouse-common-static (24.8.14.10527.altinitytest+tsan) ... Setting up clickhouse-common-static (24.8.14.10527.altinitytest+tsan) ... + dpkg -i package_folder/clickhouse-common-static-dbg_24.8.14.10527.altinitytest+tsan_amd64.deb Selecting previously unselected package clickhouse-common-static-dbg. (Reading database ... 48453 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static-dbg_24.8.14.10527.altinitytest+tsan_amd64.deb ... Unpacking clickhouse-common-static-dbg (24.8.14.10527.altinitytest+tsan) ... Setting up clickhouse-common-static-dbg (24.8.14.10527.altinitytest+tsan) ... + dpkg -i package_folder/clickhouse-odbc-bridge_24.8.14.10527.altinitytest+tsan_amd64.deb Selecting previously unselected package clickhouse-odbc-bridge. (Reading database ... 48460 files and directories currently installed.) Preparing to unpack .../clickhouse-odbc-bridge_24.8.14.10527.altinitytest+tsan_amd64.deb ... Unpacking clickhouse-odbc-bridge (24.8.14.10527.altinitytest+tsan) ... Setting up clickhouse-odbc-bridge (24.8.14.10527.altinitytest+tsan) ... + dpkg -i package_folder/clickhouse-library-bridge_24.8.14.10527.altinitytest+tsan_amd64.deb Selecting previously unselected package clickhouse-library-bridge. (Reading database ... 48466 files and directories currently installed.) Preparing to unpack .../clickhouse-library-bridge_24.8.14.10527.altinitytest+tsan_amd64.deb ... Unpacking clickhouse-library-bridge (24.8.14.10527.altinitytest+tsan) ... Setting up clickhouse-library-bridge (24.8.14.10527.altinitytest+tsan) ... + dpkg -i package_folder/clickhouse-server_24.8.14.10527.altinitytest+tsan_amd64.deb Selecting previously unselected package clickhouse-server. (Reading database ... 48472 files and directories currently installed.) Preparing to unpack .../clickhouse-server_24.8.14.10527.altinitytest+tsan_amd64.deb ... Unpacking clickhouse-server (24.8.14.10527.altinitytest+tsan) ... Setting up clickhouse-server (24.8.14.10527.altinitytest+tsan) ... ClickHouse binary is already located at /usr/bin/clickhouse Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-keeper already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-keeper to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-keeper-converter already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-disks to /usr/bin/clickhouse. Creating symlink /usr/bin/ch to /usr/bin/clickhouse. Creating symlink /usr/bin/chl to /usr/bin/clickhouse. Creating symlink /usr/bin/chc to /usr/bin/clickhouse. Creating clickhouse group if it does not exist. groupadd -r clickhouse Creating clickhouse user if it does not exist. useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf. Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration. Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration. Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it. /etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path. /etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path. Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it. Log directory /var/log/clickhouse-server/ already exists. Creating data directory /var/lib/clickhouse/. Creating pid directory /var/run/clickhouse-server. chown -R clickhouse:clickhouse '/var/log/clickhouse-server/' chown -R clickhouse:clickhouse '/var/run/clickhouse-server' chown clickhouse:clickhouse '/var/lib/clickhouse/' groupadd -r clickhouse-bridge useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse-bridge clickhouse-bridge chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-odbc-bridge' chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-library-bridge' Password for the default user is an empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it. Setting capabilities for clickhouse binary. This is optional. chown -R clickhouse:clickhouse '/etc/clickhouse-server' ClickHouse has been successfully installed. Start clickhouse-server with: sudo clickhouse start Start clickhouse-client with: clickhouse-client + dpkg -i package_folder/clickhouse-client_24.8.14.10527.altinitytest+tsan_amd64.deb Selecting previously unselected package clickhouse-client. (Reading database ... 48489 files and directories currently installed.) Preparing to unpack .../clickhouse-client_24.8.14.10527.altinitytest+tsan_amd64.deb ... Unpacking clickhouse-client (24.8.14.10527.altinitytest+tsan) ... Setting up clickhouse-client (24.8.14.10527.altinitytest+tsan) ... + echo '' + [[ -z '' ]] + ch --query 'SELECT 1' 1 + chl --query 'SELECT 1' 1 + chc --version ClickHouse client version 24.8.14.10527.altinitytest (altinity build). + ln -s /usr/share/clickhouse-test/clickhouse-test /usr/bin/clickhouse-test + source /attach_gdb.lib ++ source /utils.lib +++ sysctl kernel.core_pattern=core.%e.%p-%P kernel.core_pattern = core.%e.%p-%P +++ sysctl fs.suid_dumpable=1 fs.suid_dumpable = 1 + source /utils.lib ++ sysctl kernel.core_pattern=core.%e.%p-%P kernel.core_pattern = core.%e.%p-%P ++ sysctl fs.suid_dumpable=1 fs.suid_dumpable = 1 + /usr/share/clickhouse-test/config/install.sh + DEST_SERVER_PATH=/etc/clickhouse-server + DEST_CLIENT_PATH=/etc/clickhouse-client +++ dirname /usr/share/clickhouse-test/config/install.sh ++ cd /usr/share/clickhouse-test/config ++ pwd -P + SRC_PATH=/usr/share/clickhouse-test/config + echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server' Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server + mkdir -p /etc/clickhouse-server/config.d/ + mkdir -p /etc/clickhouse-server/users.d/ + mkdir -p /etc/clickhouse-client + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/database_catalog_drop_table_concurrency.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/grpc_protocol.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backoff_failed_mutation.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logger_trace.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/serverwide_trace_collector.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/rocksdb.xml /etc/clickhouse-server/config.d/ + '[' /etc/clickhouse-server = /etc/clickhouse-server ']' + ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/ + ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/ + [[ -n '' ]] + rm -f /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper.xml /etc/clickhouse-server/config.d/ + [[ -n '' ]] + rm -f /etc/clickhouse-server/config.d/cannot_allocate_thread_injection.xml + value=1 + sed --follow-symlinks -i 's|[01]|1|' /etc/clickhouse-server/config.d/keeper_port.xml + value=39061504 + sed --follow-symlinks -i 's|[[:digit:]]\+|39061504|' /etc/clickhouse-server/config.d/keeper_port.xml + value=52750336 + sed --follow-symlinks -i 's|[[:digit:]]\+|52750336|' /etc/clickhouse-server/config.d/keeper_port.xml + [[ -n '' ]] + [[ -n '' ]] + [[ '' == \1 ]] + [[ '' == \1 ]] + [[ -n 1 ]] + ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/ + [[ -n 0 ]] + [[ 0 -eq 1 ]] + ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml + [[ -n 0 ]] + [[ 0 -eq 1 ]] + ./setup_minio.sh stateless + azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log + export MINIO_ROOT_USER=clickhouse + MINIO_ROOT_USER=clickhouse + export MINIO_ROOT_PASSWORD=clickhouse + MINIO_ROOT_PASSWORD=clickhouse + main stateless + local query_dir ++ check_arg stateless ++ local query_dir ++ '[' '!' 1 -eq 1 ']' ++ case "$1" in ++ query_dir=0_stateless ++ echo 0_stateless + query_dir=0_stateless + '[' '!' -f ./minio ']' + start_minio + mkdir -p ./minio_data + ./minio --version minio version RELEASE.2024-08-03T04-33-23Z (commit-id=6efb56851c40da88d1ca15112e2d686a4ecec6b3) Runtime: go1.22.5 linux/amd64 License: GNU AGPLv3 - https://www.gnu.org/licenses/agpl-3.0.html Copyright: 2015-2024 MinIO, Inc. + wait_for_it + local counter=0 + local max_counter=60 + local url=http://localhost:11111 + params=('--silent' '--verbose') + local params + ./minio server --address :11111 ./minio_data + grep AccessDenied + curl --silent --verbose http://localhost:11111 trying to connect to minio + [[ 0 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 INFO: Formatting 1st pool, 1 set(s), 1 drives per set. INFO: WARNING: Host local has more than 0 drives of set. A host failure will result in data becoming unavailable. Azurite Blob service is starting on 0.0.0.0:10000 MinIO Object Storage Server Copyright: 2015-2026 MinIO, Inc. License: GNU AGPLv3 - https://www.gnu.org/licenses/agpl-3.0.html Version: RELEASE.2024-08-03T04-33-23Z (go1.22.5 linux/amd64) API: http://172.17.0.2:11111 http://127.0.0.1:11111 WebUI: http://172.17.0.2:44545 http://127.0.0.1:44545 Docs: https://min.io/docs/minio/linux/index.html Azurite Blob service successfully listens on http://0.0.0.0:10000 + counter=1 + grep AccessDenied + curl --silent --verbose http://localhost:11111 AccessDeniedAccess Denied./189E90A8847B4EAA7dc7eb22d3288ec80374614e9088e31d3668a6922ead55932dd2a8e56373820f + lsof -i :11111 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME minio 293 root 8u IPv6 35119 0t0 TCP *:11111 (LISTEN) minio 293 root 9u IPv4 35118 0t0 TCP localhost:11111 (LISTEN) minio 293 root 10u IPv6 35120 0t0 TCP localhost:11111 (LISTEN) + sleep 5 + setup_minio stateless + local test_type=stateless + ./mc alias set clickminio http://localhost:11111 clickhouse clickhouse Added `clickminio` successfully. + ./mc admin user add clickminio test testtest Added user `test` successfully. + ./mc admin policy attach clickminio readwrite --user=test Attached Policies: [readwrite] To User: test + ./mc mb --ignore-existing clickminio/test Bucket created successfully `clickminio/test`. + '[' stateless = stateless ']' + ./mc anonymous set public clickminio/test Access permission for `clickminio/test` is set to `public` + upload_data 0_stateless /usr/share/clickhouse-test + local query_dir=0_stateless + local test_path=/usr/share/clickhouse-test + local data_path=/usr/share/clickhouse-test/queries/0_stateless/data_minio + '[' -d /usr/share/clickhouse-test/queries/0_stateless/data_minio ']' + ./mc cp --recursive /usr/share/clickhouse-test/queries/0_stateless/data_minio/ clickminio/test/ `/usr/share/clickhouse-test/queries/0_stateless/data_minio/03036_archive2.tar` -> `clickminio/test/03036_archive2.tar` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl` -> `clickminio/test/02366_data.jsonl` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow` -> `clickminio/test/02731.arrow` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet` -> `clickminio/test/02876.parquet` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/03036_archive1.tar` -> `clickminio/test/03036_archive1.tar` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet` -> `clickminio/test/02731.parquet` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/03036_archive1.zip` -> `clickminio/test/03036_archive1.zip` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/03036_archive2.zip` -> `clickminio/test/03036_archive2.zip` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/03036_archive3.tar.gz` -> `clickminio/test/03036_archive3.tar.gz` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/03036_compressed_file_archive.zip` -> `clickminio/test/03036_compressed_file_archive.zip` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/03036_json_archive.zip` -> `clickminio/test/03036_json_archive.zip` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv` -> `clickminio/test/c.tsv` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/hive_partitioning/column0=Elizabeth/column1=Gordon/sample.parquet` -> `clickminio/test/hive_partitioning/column0=Elizabeth/column1=Gordon/sample.parquet` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/hive_partitioning/column0=Elizabeth/column1=Schmidt/sample.parquet` -> `clickminio/test/hive_partitioning/column0=Elizabeth/column1=Schmidt/sample.parquet` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/hive_partitioning/column0=Elizabeth/sample.parquet` -> `clickminio/test/hive_partitioning/column0=Elizabeth/sample.parquet` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/hive_partitioning/non_existing_column=Elizabeth/sample.parquet` -> `clickminio/test/hive_partitioning/non_existing_column=Elizabeth/sample.parquet` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/json_data` -> `clickminio/test/json_data` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv` -> `clickminio/test/tsv_with_header.tsv` Total: 5.42 MiB, Transferred: 5.42 MiB, Speed: 67.59 MiB/s + setup_aws_credentials + local minio_root_user=clickhouse + local minio_root_password=clickhouse + mkdir -p /root/.aws + cat + ./setup_hdfs_minicluster.sh + ls -lha total 125M drwxr-xr-x 1 root root 4.0K Mar 20 14:45 . drwxr-xr-x 1 root root 4.0K Mar 20 14:45 .. -rw-rw-r-- 1 1000 1000 119 Mar 20 14:41 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 2.4K Jan 31 2025 attach_gdb.lib -rw-r--r-- 1 root root 1.3K Mar 20 14:45 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 3.9K Mar 20 14:45 __azurite_db_blob__.json -rw-r--r-- 1 root root 1.4K Mar 20 14:45 azurite_log lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin drwxr-xr-x 2 root root 4.0K Mar 20 14:45 __blobstorage__ drwxr-xr-x 2 root root 4.0K Apr 18 2022 boot -rw-rw-r-- 1 1000 1000 966 Mar 20 14:41 broken_tests.json drwxr-xr-x 14 root root 3.8K Mar 20 14:45 dev -rwxr-xr-x 1 root root 0 Mar 20 14:45 .dockerenv drwxr-xr-x 1 root root 4.0K Mar 20 14:45 etc drwxr-xr-x 10 1000 1000 4.0K Jun 15 2021 hadoop-3.3.1 drwxr-xr-x 2 root root 4.0K Apr 18 2022 home lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 26M Jan 31 2025 mc drwxr-xr-x 2 root root 4.0K Sep 11 2024 media -rwxr-xr-x 1 root root 99M Jan 31 2025 minio drwxr-xr-x 4 root root 4.0K Mar 20 14:46 minio_data drwxr-xr-x 2 root root 4.0K Sep 11 2024 mnt drwxr-xr-x 1 root root 4.0K Jan 31 2025 opt -rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4.0K Mar 20 14:45 package_folder dr-xr-xr-x 311 root root 0 Mar 20 14:45 proc -rwxrwxr-x 1 root root 9.5K Jan 31 2025 process_functional_tests_result.py -rw-rw-r-- 1 root root 837 Jan 31 2025 requirements.txt drwx------ 1 root root 4.0K Mar 20 14:46 root drwxr-xr-x 1 root root 4.0K Mar 20 14:45 run -rwxrwxr-x 1 root root 22K Jan 31 2025 run.sh lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin -rwxrwxr-x 1 root root 11K Jan 31 2025 setup_export_logs.sh -rwxrwxr-x 1 root root 360 Jan 31 2025 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3.4K Jan 31 2025 setup_minio.sh drwxr-xr-x 2 root root 4.0K Sep 11 2024 srv -rw-rw-r-- 1 root root 14K Jan 31 2025 stress_tests.lib dr-xr-xr-x 13 root root 0 Mar 20 14:45 sys drwxrwxr-x 2 1000 1000 4.0K Mar 20 14:45 test_output drwxrwxrwt 1 root root 4.0K Mar 20 14:45 tmp drwxr-xr-x 1 root root 4.0K Sep 11 2024 usr -rw-rw-r-- 1 root root 897 Jan 31 2025 utils.lib drwxr-xr-x 1 root root 4.0K Sep 11 2024 var + cd hadoop-3.3.1 + export JAVA_HOME=/usr + JAVA_HOME=/usr + mkdir -p target/test/data + chown clickhouse ./target/test/data + nc -z localhost 12222 + sudo -E -u clickhouse bin/mapred minicluster -format -nomr -nnport 12222 + sleep 1 + nc -z localhost 12222 + sleep 1 + nc -z localhost 12222 + sleep 1 + nc -z localhost 12222 + sleep 1 + nc -z localhost 12222 + sleep 1 + nc -z localhost 12222 + lsof -i :12222 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME java 409 clickhouse 322u IPv4 23332 0t0 TCP localhost:12222 (LISTEN) + sleep 5 File /tmp/export-logs-config.sh does not exist, do not setup + config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml + set +x + [[ -n '' ]] + export IS_FLAKY_CHECK=0 + IS_FLAKY_CHECK=0 + '[' 1 -gt 1 ']' + sudo -E -u clickhouse /usr/bin/clickhouse-server --config /etc/clickhouse-server/config.xml --daemon --pid-file /var/run/clickhouse-server/clickhouse-server.pid + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 127.0.0.1 - - [20/Mar/2026:13:46:18 +0000] "GET /devstoreaccount1/cont?restype=container HTTP/1.1" 404 - 127.0.0.1 - - [20/Mar/2026:13:46:18 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 - 127.0.0.1 - - [20/Mar/2026:13:46:18 +0000] "PUT /devstoreaccount1/cont/sjaoyknsjtcyhmaotnactefvpjeigxre HTTP/1.1" 201 - 127.0.0.1 - - [20/Mar/2026:13:46:18 +0000] "GET /devstoreaccount1/cont/sjaoyknsjtcyhmaotnactefvpjeigxre HTTP/1.1" 206 4 127.0.0.1 - - [20/Mar/2026:13:46:18 +0000] "GET /devstoreaccount1/cont/sjaoyknsjtcyhmaotnactefvpjeigxre HTTP/1.1" 206 2 127.0.0.1 - - [20/Mar/2026:13:46:18 +0000] "DELETE /devstoreaccount1/cont/sjaoyknsjtcyhmaotnactefvpjeigxre HTTP/1.1" 202 - + for _ in {1..100} + clickhouse-client --query 'SELECT 1' 1 + break + setup_logs_replication + set +x File /tmp/export-logs-config.sh does not exist, do not setup + attach_gdb_to_clickhouse ++ run_with_retry 5 clickhouse-client --query 'SELECT count() FROM system.build_options WHERE name = '\''CXX_FLAGS'\'' AND position('\''sanitize=address'\'' IN value)' ++ [[ ahxB =~ e ]] ++ set_e=false ++ set +e ++ local total_retries=5 ++ shift ++ local retry=0 ++ '[' 0 -ge 5 ']' ++ clickhouse-client --query 'SELECT count() FROM system.build_options WHERE name = '\''CXX_FLAGS'\'' AND position('\''sanitize=address'\'' IN value)' ++ false ++ return + IS_ASAN=0 + [[ 0 = \1 ]] ++ kill -l SIGRTMIN + RTMIN=34 + echo ' set follow-fork-mode parent handle SIGHUP nostop noprint pass handle SIGINT nostop noprint pass handle SIGQUIT nostop noprint pass handle SIGPIPE nostop noprint pass handle SIGTERM nostop noprint pass handle SIGUSR1 nostop noprint pass handle SIGUSR2 nostop noprint pass handle SIG34 nostop noprint pass info signals continue backtrace full info registers p top' 1 KiB of the 'stack: p/x *(uint64_t[128]*)$sp maintenance info sections thread apply all backtrace full disassemble /s up disassemble /s up disassemble /s p "done" detach quit ' + sleep 5 + ts '%Y-%m-%d %H:%M:%S' ++ cat /var/run/clickhouse-server/clickhouse-server.pid + gdb -batch -command script.gdb -p 605 + run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' + [[ aehxB =~ e ]] + set_e=true + set +e + local total_retries=60 + shift + local retry=0 + '[' 0 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Connected to clickhouse-server after attaching gdb + true + set -e + return + clickhouse-client --query 'CREATE TABLE minio_audit_logs ( log String, event_time DateTime64(9) MATERIALIZED parseDateTime64BestEffortOrZero(trim(BOTH '\''"'\'' FROM JSONExtractRaw(log, '\''time'\'')), 9, '\''UTC'\'') ) ENGINE = MergeTree ORDER BY tuple()' + clickhouse-client --query 'CREATE TABLE minio_server_logs ( log String, event_time DateTime64(9) MATERIALIZED parseDateTime64BestEffortOrZero(trim(BOTH '\''"'\'' FROM JSONExtractRaw(log, '\''time'\'')), 9, '\''UTC'\'') ) ENGINE = MergeTree ORDER BY tuple()' + ./mc admin config set clickminio logger_webhook:ch_server_webhook 'endpoint=http://localhost:8123/?async_insert=1&wait_for_async_insert=0&async_insert_busy_timeout_min_ms=5000&async_insert_busy_timeout_max_ms=5000&async_insert_max_query_number=1000&async_insert_max_data_size=10485760&query=INSERT%20INTO%20minio_server_logs%20FORMAT%20LineAsString' queue_size=1000000 batch_size=500 Successfully applied new settings. + ./mc admin config set clickminio audit_webhook:ch_audit_webhook 'endpoint=http://localhost:8123/?async_insert=1&wait_for_async_insert=0&async_insert_busy_timeout_min_ms=5000&async_insert_busy_timeout_max_ms=5000&async_insert_max_query_number=1000&async_insert_max_data_size=10485760&query=INSERT%20INTO%20minio_audit_logs%20FORMAT%20LineAsString' queue_size=1000000 batch_size=500 Successfully applied new settings. clickminio restart attempt 1: + max_retries=100 + retry=1 + '[' 1 -le 100 ']' + echo 'clickminio restart attempt 1:' ++ ./mc admin service restart clickminio --wait --json ++ jq -r .status INFO: Restarting on service signal MinIO Object Storage Server Copyright: 2015-2026 MinIO, Inc. License: GNU AGPLv3 - https://www.gnu.org/licenses/agpl-3.0.html Version: RELEASE.2024-08-03T04-33-23Z (go1.22.5 linux/amd64) API: http://172.17.0.2:11111 http://127.0.0.1:11111 WebUI: http://172.17.0.2:39783 http://127.0.0.1:39783 Docs: https://min.io/docs/minio/linux/index.html + output='success success' + echo 'Output of restart status: success success' + expected_output='success success' + '[' 'success success' = 'success success' ']' + echo 'Restarted clickminio successfully.' + break + '[' 1 -gt 100 ']' + MC_ADMIN_PID=1480 + ./mc admin trace clickminio + export -f run_tests + '[' 1 -gt 1 ']' + run_tests + set -x + read -ra ADDITIONAL_OPTIONS + HIGH_LEVEL_COVERAGE=YES + '[' 1 -gt 1 ']' + [[ -n '' ]] + [[ -n '' ]] + [[ 0 -eq 1 ]] + [[ '' -eq 1 ]] + [[ 0 -eq 1 ]] Output of restart status: success success Restarted clickminio successfully. ++ clickhouse-client --query 'SELECT value LIKE '\''%SANITIZE_COVERAGE%'\'' FROM system.build_options WHERE name = '\''CXX_FLAGS'\''' + [[ 1 == 0 ]] + ADDITIONAL_OPTIONS+=('--jobs') + ADDITIONAL_OPTIONS+=('8') + [[ -n 3 ]] + [[ -n 4 ]] + ADDITIONAL_OPTIONS+=('--run-by-hash-num') + ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_NUM") + ADDITIONAL_OPTIONS+=('--run-by-hash-total') + ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_TOTAL") + HIGH_LEVEL_COVERAGE=NO + [[ -n '' ]] + [[ NO = \Y\E\S ]] + ADDITIONAL_OPTIONS+=('--report-logs-stats') + try_run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + local total_retries=10 + shift + fn_exists run_with_retry + declare -F run_with_retry + run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + [[ aehxB =~ e ]] + set_e=true + set +e + local total_retries=10 + shift + local retry=0 + '[' 0 -ge 10 ']' + clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + true + set -e + return + set +e + TEST_ARGS=(--testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --no-drop-if-fail --capture-client-stacktrace --test-runs "$NUM_TRIES" "${ADDITIONAL_OPTIONS[@]}") + clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --no-drop-if-fail --capture-client-stacktrace --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 3 --run-by-hash-total 4 --report-logs-stats + ts '%Y-%m-%d %H:%M:%S' + tee -a test_output/test_result.txt 2026-03-20 14:46:37 Using queries from '/usr/share/clickhouse-test/queries' directory 2026-03-20 14:46:37 Connecting to ClickHouse server... OK 2026-03-20 14:46:37 Connected to server 24.8.14.10527.altinitytest @ 74faac5e98652d22aa68127caf01dca149ba6b1d HEAD 2026-03-20 14:46:38 Found 1596 parallel tests and 150 sequential tests 2026-03-20 14:46:39 Running about 199 stateless tests (Process-9). 2026-03-20 14:46:39 00279_quantiles_permuted_args: [ OK ] 1.09 sec. 2026-03-20 14:46:39 Running about 199 stateless tests (Process-3). 2026-03-20 14:46:39 03213_array_element_msan: [ OK ] 1.10 sec. 2026-03-20 14:46:39 01606_git_import: [ SKIPPED ] 0.00 sec. 2026-03-20 14:46:39 Reason: not running for current build 2026-03-20 14:46:39 Running about 199 stateless tests (Process-7). 2026-03-20 14:46:39 00098_e_union_all: [ OK ] 1.08 sec. 2026-03-20 14:46:40 Running about 199 stateless tests (Process-10). 2026-03-20 14:46:40 03095_window_functions_qualify: [ OK ] 1.59 sec. 2026-03-20 14:46:40 01056_negative_with_bloom_filter: [ OK ] 0.89 sec. 2026-03-20 14:46:41 03591_optimize_prewhere_row_policy: [ OK ] 1.23 sec. 2026-03-20 14:46:41 Running about 199 stateless tests (Process-6). 2026-03-20 14:46:41 00710_array_enumerate_dense: [ OK ] 2.76 sec. 2026-03-20 14:46:43 01582_any_join_supertype: [ OK ] 2.68 sec. 2026-03-20 14:46:43 02163_shard_num: [ OK ] 2.26 sec. 2026-03-20 14:46:44 02343_analyzer_lambdas: [ OK ] 3.49 sec. 2026-03-20 14:46:44 03114_analyzer_cte_with_join: [ OK ] 1.19 sec. 2026-03-20 14:46:44 Running about 199 stateless tests (Process-8). 2026-03-20 14:46:44 02907_backup_restore_default_nullable: [ OK ] 6.02 sec. 2026-03-20 14:46:44 02232_partition_pruner_single_point: [ OK ] 0.94 sec. 2026-03-20 14:46:45 01679_format_readable_time_delta_inf: [ OK ] 0.93 sec. 2026-03-20 14:46:45 01070_h3_get_base_cell: [ OK ] 0.90 sec. 2026-03-20 14:46:46 02497_storage_file_reader_selection: [ OK ] 6.21 sec. 2026-03-20 14:46:46 03168_read_in_order_buffering_2: [ SKIPPED ] 0.00 sec. 2026-03-20 14:46:46 Reason: not running for current build 2026-03-20 14:46:46 00047_stored_aggregates_complex: [ OK ] 1.57 sec. 2026-03-20 14:46:46 Running about 199 stateless tests (Process-4). 2026-03-20 14:46:46 00505_shard_secure: [ OK ] 7.97 sec. 2026-03-20 14:46:46 Running about 199 stateless tests (Process-5). 2026-03-20 14:46:46 00825_protobuf_format_no_length_delimiter: [ OK ] 7.98 sec. 2026-03-20 14:46:46 01471_limit_by_format: [ OK ] 0.93 sec. 2026-03-20 14:46:47 02481_analyzer_join_alias_unknown_identifier_crash: [ OK ] 1.26 sec. 2026-03-20 14:46:47 02030_tuple_filter: [ OK ] 2.63 sec. 2026-03-20 14:46:47 02707_keeper_map_delete_update_strict: [ OK ] 1.78 sec. 2026-03-20 14:46:48 03164_create_as_default: [ OK ] 1.24 sec. 2026-03-20 14:46:48 02200_use_skip_indexes: [ OK ] 1.51 sec. 2026-03-20 14:46:48 02710_allow_suspicious_indices: [ OK ] 2.00 sec. 2026-03-20 14:46:48 02920_unary_operators_functions: [ OK ] 0.76 sec. 2026-03-20 14:46:49 01656_test_hex_mysql_dialect: [ OK ] 0.73 sec. 2026-03-20 14:46:49 02239_client_host_help: [ OK ] 3.02 sec. 2026-03-20 14:46:49 01376_null_logical: [ OK ] 0.88 sec. 2026-03-20 14:46:50 02302_join_auto_lc_nullable_bug: [ OK ] 0.80 sec. 2026-03-20 14:46:50 02681_group_array_too_large_size: [ OK ] 0.84 sec. 2026-03-20 14:46:50 01892_jit_aggregation_function_any_last_long: [ OK ] 3.78 sec. 2026-03-20 14:46:51 02531_storage_join_null_44940: [ OK ] 0.99 sec. 2026-03-20 14:46:51 00652_mutations_default_database: [ OK ] 5.24 sec. 2026-03-20 14:46:53 02179_key_condition_no_common_type: [ OK ] 1.28 sec. 2026-03-20 14:46:54 01660_join_or_any: [ OK ] 4.95 sec. 2026-03-20 14:46:54 02403_arrow_large_string: [ OK ] 3.10 sec. 2026-03-20 14:47:05 01177_group_array_moving: [ OK ] 10.49 sec. 2026-03-20 14:47:08 02515_fix_any_parsing: [ OK ] 2.88 sec. 2026-03-20 14:47:11 03086_analyzer_window_func_part_of_group_by: [ OK ] 1.93 sec. 2026-03-20 14:47:18 01063_window_view_event_tumble_to_bounded: [ OK ] 24.74 sec. 2026-03-20 14:47:20 02184_default_table_engine: [ OK ] 26.30 sec. 2026-03-20 14:47:21 01077_yet_another_prewhere_test: [ OK ] 2.33 sec. 2026-03-20 14:47:22 00688_low_cardinality_prewhere: [ OK ] 32.01 sec. 2026-03-20 14:47:24 01521_distributed_query_hang: [ OK ] 3.14 sec. 2026-03-20 14:47:25 02501_limits_on_result_for_view: [ OK ] 4.37 sec. 2026-03-20 14:47:25 02902_show_databases_limit: [ OK ] 0.99 sec. 2026-03-20 14:47:27 01664_ntoa_aton_mysql_compatibility: [ OK ] 1.32 sec. 2026-03-20 14:47:29 03003_arrayEnumerate_crash: [ OK ] 2.63 sec. 2026-03-20 14:47:30 02765_parallel_replicas_final_modifier: [ OK ] 4.61 sec. 2026-03-20 14:47:31 02116_clickhouse_stderr: [ OK ] 8.25 sec. 2026-03-20 14:47:32 01902_self_aliases_in_columns: [ OK ] 1.71 sec. 2026-03-20 14:47:33 00119_storage_join: [ OK ] 2.74 sec. 2026-03-20 14:47:36 03247_object_column_copy: [ OK ] 2.08 sec. 2026-03-20 14:47:37 00023_agg_select_agg_subquery: [ OK ] 1.15 sec. 2026-03-20 14:47:40 00146_summing_merge_tree_nested_map: [ OK ] 3.04 sec. 2026-03-20 14:47:48 01281_alter_rename_and_other_renames: [ OK ] 7.44 sec. 2026-03-20 14:47:50 01169_old_alter_partition_isolation_stress: [ OK ] 59.50 sec. 2026-03-20 14:47:50 01160_table_dependencies: [ OK ] 70.05 sec. 2026-03-20 14:47:50 02232_allow_only_replicated_engine: [ OK ] 18.62 sec. 2026-03-20 14:47:51 02679_explain_merge_tree_prewhere_row_policy: [ OK ] 1.30 sec. 2026-03-20 14:47:51 00200_shard_distinct_order_by_limit_distributed: [ OK ] 1.47 sec. 2026-03-20 14:47:52 02813_array_concat_agg: [ OK ] 1.05 sec. 2026-03-20 14:47:54 01560_merge_distributed_join: [ OK ] 1.98 sec. 2026-03-20 14:47:55 00818_inner_join_bug_3567: [ OK ] 2.31 sec. 2026-03-20 14:47:58 02313_group_by_modifiers_with_non_default_types: [ OK ] 2.71 sec. 2026-03-20 14:48:01 03036_clamp: [ OK ] 7.45 sec. 2026-03-20 14:48:05 01361_fover_remote_num_tries: [ OK ] 3.65 sec. 2026-03-20 14:48:07 01825_type_json_nullable: [ OK ] 1.91 sec. 2026-03-20 14:48:08 00943_materialize_index: [ OK ] 19.74 sec. 2026-03-20 14:48:08 02963_msan_agg_addBatchLookupTable8: [ OK ] 1.44 sec. 2026-03-20 14:48:08 00534_functions_bad_arguments10: [ SKIPPED ] 0.00 sec. 2026-03-20 14:48:08 Reason: not running for current build 2026-03-20 14:48:09 02831_ast_fuzz_asan_join: [ OK ] 0.84 sec. 2026-03-20 14:48:10 01847_bad_like: [ OK ] 1.83 sec. 2026-03-20 14:48:12 02015_division_by_nullable: [ OK ] 3.63 sec. 2026-03-20 14:48:12 03228_virtual_column_merge_dist: [ OK ] 1.80 sec. 2026-03-20 14:48:14 02995_preliminary_filters_duplicated_columns_SimpleAggregateFunction: [ OK ] 1.23 sec. 2026-03-20 14:48:15 01825_type_json_distributed: [ OK ] 2.52 sec. 2026-03-20 14:48:16 01380_coded_delta_exception_code: [ OK ] 1.69 sec. 2026-03-20 14:48:18 02786_max_execution_time_leaf: [ OK ] 3.34 sec. 2026-03-20 14:48:19 03093_bug37909_query_does_not_finish: [ OK ] 67.79 sec. 2026-03-20 14:48:22 02426_low_cardinality_fixed_string_insert_field: [ OK ] 3.31 sec. 2026-03-20 14:48:24 01712_no_adaptive_granularity_vertical_merge: [ OK ] 1.65 sec. 2026-03-20 14:48:28 01180_client_syntax_errors: [ OK ] 3.40 sec. 2026-03-20 14:48:32 02373_analyzer_join_use_nulls: [ OK ] 3.61 sec. 2026-03-20 14:48:33 01921_not_chain: [ OK ] 1.12 sec. 2026-03-20 14:48:34 01033_quota_dcl: [ OK ] 0.78 sec. 2026-03-20 14:48:37 01783_http_chunk_size: [ OK ] 2.93 sec. 2026-03-20 14:48:38 02354_array_lowcardinality: [ OK ] 1.15 sec. 2026-03-20 14:48:41 02419_contingency_array_nullable: [ OK ] 2.76 sec. 2026-03-20 14:48:42 00756_power_alias: [ OK ] 0.91 sec. 2026-03-20 14:48:44 01030_storage_url_syntax: [ OK ] 46.14 sec. 2026-03-20 14:48:45 00250_tuple_comparison: [ OK ] 2.42 sec. 2026-03-20 14:48:46 00413_least_greatest_new_behavior: [ OK ] 1.00 sec. 2026-03-20 14:48:52 02419_keeper_map_primary_key: [ OK ] 5.92 sec. 2026-03-20 14:49:16 02293_selected_rows_and_merges: [ OK ] 57.29 sec. 2026-03-20 14:49:18 02772_jit_date_time_add: [ OK ] 25.20 sec. 2026-03-20 14:49:20 01295_aggregation_bug_11413: [ OK ] 2.10 sec. 2026-03-20 14:49:21 01105_string_like: [ OK ] 3.79 sec. 2026-03-20 14:49:27 00700_decimal_round: [ OK ] 6.62 sec. 2026-03-20 14:49:30 00677_shard_any_heavy_merge: [ OK ] 2.28 sec. 2026-03-20 14:49:30 02731_analyzer_join_resolve_nested: [ OK ] 45.82 sec. 2026-03-20 14:49:31 00371_union_all: [ OK ] 1.20 sec. 2026-03-20 14:49:34 00542_materialized_view_and_time_zone_tag: [ OK ] 2.38 sec. 2026-03-20 14:49:34 01397_in_bad_arguments: [ OK ] 3.55 sec. 2026-03-20 14:49:37 02375_rocksdb_with_filters: [ OK ] 16.29 sec. 2026-03-20 14:49:39 00733_if_datetime: [ OK ] 1.92 sec. 2026-03-20 14:49:40 00974_distributed_join_on: [ OK ] 5.32 sec. 2026-03-20 14:49:40 02048_clickhouse_local_stage: [ OK ] 5.67 sec. 2026-03-20 14:49:44 02514_analyzer_drop_join_on: [ OK ] 3.45 sec. 2026-03-20 14:49:44 02904_distributed_settings_background_insert_compatibility: [ OK ] 4.58 sec. 2026-03-20 14:49:45 02536_delta_gorilla_corruption: [ OK ] 177.11 sec. 2026-03-20 14:49:46 01764_table_function_dictionary: [ OK ] 2.23 sec. 2026-03-20 14:49:47 00286_format_long_negative_float: [ OK ] 1.04 sec. 2026-03-20 14:49:52 03247_materialized_view_select_intersect: [ OK ] 7.82 sec. 2026-03-20 14:49:52 02865_tcp_proxy_query_packet_validation: [ OK ] 5.14 sec. 2026-03-20 14:49:54 02156_storage_merge_prewhere: [ OK ] 7.01 sec. 2026-03-20 14:49:54 00418_input_format_allow_errors: [ OK ] 13.31 sec. 2026-03-20 14:49:57 02428_decimal_in_floating_point_literal: [ OK ] 4.16 sec. 2026-03-20 14:50:13 00700_decimal_compare: [ OK ] 15.80 sec. 2026-03-20 14:50:14 02245_s3_support_read_nested_column: [ OK ] 21.24 sec. 2026-03-20 14:50:14 03059_analyzer_join_engine_missing_column: [ OK ] 1.20 sec. 2026-03-20 14:50:18 03130_nested_type: [ OK ] 3.05 sec. 2026-03-20 14:50:23 03033_distinct_transform_const_columns: [ OK ] 5.09 sec. 2026-03-20 14:50:25 01396_inactive_replica_cleanup_nodes_zookeeper: [ OK ] 128.96 sec. 2026-03-20 14:50:25 01293_optimize_final_force: [ OK ] 31.18 sec. 2026-03-20 14:50:27 02100_replaceRegexpAll_bug: [ OK ] 2.24 sec. 2026-03-20 14:50:27 03109_ast_too_big: [ OK ] 4.14 sec. 2026-03-20 14:50:28 01821_join_table_race_long: [ OK ] 34.23 sec. 2026-03-20 14:50:28 03094_named_tuple_bug24607: [ OK ] 0.94 sec. 2026-03-20 14:50:31 02812_large_varints: [ OK ] 5.96 sec. 2026-03-20 14:50:33 03198_group_array_intersect: [ OK ] 2.05 sec. 2026-03-20 14:50:34 00995_exception_while_insert: [ OK ] 19.65 sec. 2026-03-20 14:50:34 02961_read_bool_as_string_json: [ OK ] 6.37 sec. 2026-03-20 14:50:34 02950_dictionary_ssd_cache_short_circuit: [ OK ] 5.13 sec. 2026-03-20 14:50:35 02916_analyzer_set_in_join: [ OK ] 1.12 sec. 2026-03-20 14:50:35 03033_with_fill_interpolate: [ OK ] 1.59 sec. 2026-03-20 14:50:36 03792_profile_events_null_queue: [ OK ] 2.34 sec. 2026-03-20 14:50:36 02527_storage_merge_prewhere_different_type: [ OK ] 1.50 sec. 2026-03-20 14:50:36 02151_hash_table_sizes_stats_joins: [ SKIPPED ] 0.00 sec. 2026-03-20 14:50:36 Reason: not running for current build 2026-03-20 14:50:37 01259_combinator_distinct_distributed: [ OK ] 8.57 sec. 2026-03-20 14:50:37 02943_create_query_interpreter_sample_block_fix: [ OK ] 3.27 sec. 2026-03-20 14:50:37 00990_function_current_user: [ OK ] 0.98 sec. 2026-03-20 14:50:37 00518_extract_all_and_empty_matches: [ OK ] 0.84 sec. 2026-03-20 14:50:40 02366_kql_func_datetime: [ OK ] 4.95 sec. 2026-03-20 14:50:41 02425_categorical_information_value_properties: [ OK ] 3.45 sec. 2026-03-20 14:50:41 02474_create_user_query_fuzzer_bug: [ OK ] 0.99 sec. 2026-03-20 14:50:46 01780_dict_get_or_null: [ OK ] 8.24 sec. 2026-03-20 14:50:48 02559_multiple_read_steps_in_prewhere: [ OK ] 6.85 sec. 2026-03-20 14:50:51 02136_scalar_subquery_metrics: [ OK ] 13.31 sec. 2026-03-20 14:50:51 03254_parquet_bool_native_reader: [ OK ] 5.41 sec. 2026-03-20 14:50:51 01872_initial_query_start_time: [ OK ] 14.40 sec. 2026-03-20 14:50:53 01762_datetime64_extended_parsing: [ OK ] 1.09 sec. 2026-03-20 14:50:53 00027_distinct_and_order_by: [ OK ] 1.43 sec. 2026-03-20 14:50:54 02811_ip_dict_attribute: [ OK ] 1.53 sec. 2026-03-20 14:50:56 02676_analyzer_limit_offset: [ OK ] 2.83 sec. 2026-03-20 14:50:56 00526_array_join_with_arrays_of_nullable: [ OK ] 1.12 sec. 2026-03-20 14:50:57 02763_row_policy_storage_merge: [ OK ] 15.21 sec. 2026-03-20 14:50:57 02154_dictionary_get_http_json: [ OK ] 8.86 sec. 2026-03-20 14:50:58 01213_alter_rename_with_default_zookeeper_long: [ OK ] 6.82 sec. 2026-03-20 14:50:58 00646_weird_mmx: [ OK ] 2.24 sec. 2026-03-20 14:50:59 02482_if_with_nothing_argument: [ OK ] 1.37 sec. 2026-03-20 14:51:00 01083_functional_index_in_mergetree: [ OK ] 4.12 sec. 2026-03-20 14:51:01 01041_create_dictionary_if_not_exists: [ OK ] 2.32 sec. 2026-03-20 14:51:03 01861_explain_pipeline: [ OK ] 2.53 sec. 2026-03-20 14:51:05 00588_shard_distributed_prewhere: [ OK ] 4.00 sec. 2026-03-20 14:51:07 02175_distributed_join_current_database: [ OK ] 3.97 sec. 2026-03-20 14:51:09 02410_to_decimal_or_default: [ OK ] 1.64 sec. 2026-03-20 14:51:10 02504_bar_fractions: [ OK ] 0.78 sec. 2026-03-20 14:51:11 02441_alter_delete_and_drop_column: [ OK ] 12.36 sec. 2026-03-20 14:51:11 03166_skip_indexes_vertical_merge_2: [ OK ] 12.97 sec. 2026-03-20 14:51:12 02998_attach_partition_not_allowed_if_structure_differs_due_to_materialized_column: [ OK ] 1.85 sec. 2026-03-20 14:51:13 01596_full_join_chertus: [ OK ] 1.06 sec. 2026-03-20 14:51:15 00933_ttl_with_default: [ OK ] 3.46 sec. 2026-03-20 14:51:16 03076_analyzer_multiple_joins_alias: [ OK ] 1.41 sec. 2026-03-20 14:51:16 01318_map_add_map_subtract: [ OK ] 4.71 sec. 2026-03-20 14:51:16 03037_dynamic_merges_1_vertical_wide_merge_tree: [ SKIPPED ] 0.00 sec. 2026-03-20 14:51:16 Reason: not running for current build 2026-03-20 14:51:17 03246_range_literal_replacement_works: [ OK ] 0.97 sec. 2026-03-20 14:51:19 02560_null_as_default: [ OK ] 1.27 sec. 2026-03-20 14:51:20 00272_union_all_and_in_subquery: [ OK ] 0.95 sec. 2026-03-20 14:51:24 02814_currentDatabase_for_table_functions: [ OK ] 3.07 sec. 2026-03-20 14:51:25 02021_h3_get_faces: [ OK ] 1.36 sec. 2026-03-20 14:51:26 01825_type_json_btc: [ OK ] 13.01 sec. 2026-03-20 14:51:27 00533_uniq_array: [ OK ] 1.48 sec. 2026-03-20 14:51:29 02905_structure_to_schema_bad_names: [ OK ] 4.05 sec. 2026-03-20 14:51:30 00571_non_exist_database_when_create_materializ_view: [ OK ] 1.99 sec. 2026-03-20 14:51:33 02286_vertical_merges_missed_column: [ OK ] 3.60 sec. 2026-03-20 14:51:34 01246_buffer_flush: [ OK ] 28.38 sec. 2026-03-20 14:51:39 03210_inconsistent_formatting_of_data_types: [ OK ] 5.19 sec. 2026-03-20 14:51:43 01710_projection_fetch_long: [ OK ] 9.66 sec. 2026-03-20 14:51:44 01329_compare_tuple_string_constant: [ OK ] 4.79 sec. 2026-03-20 14:51:44 02587_csv_big_numbers_inference: [ OK ] 1.19 sec. 2026-03-20 14:51:46 01514_input_format_tsv_enum_as_number_setting: [ OK ] 1.51 sec. 2026-03-20 14:51:47 02789_set_index_nullable_condition_bug: [ OK ] 1.45 sec. 2026-03-20 14:51:49 01300_read_wkt: [ OK ] 2.04 sec. 2026-03-20 14:51:56 01066_window_view_event_tumble_to_strict_asc_lateness: [ OK ] 11.29 sec. 2026-03-20 14:51:58 00098_2_union_all: [ OK ] 1.73 sec. 2026-03-20 14:51:58 02246_tsv_csv_best_effort_schema_inference: [ OK ] 60.81 sec. 2026-03-20 14:51:59 01426_geohash_constants: [ OK ] 1.46 sec. 2026-03-20 14:52:02 02387_analyzer_cte: [ OK ] 2.26 sec. 2026-03-20 14:52:02 03290_final_sample: [ OK ] 3.40 sec. 2026-03-20 14:52:03 01900_kill_mutation_parallel_long: [ OK ] 46.83 sec. 2026-03-20 14:52:04 00291_array_reduce: [ OK ] 1.47 sec. 2026-03-20 14:52:04 02680_lc_null_as_default: [ OK ] 1.75 sec. 2026-03-20 14:52:06 01509_output_format_pretty_row_numbers: [ OK ] 2.19 sec. 2026-03-20 14:52:08 03123_analyzer_dist_join_CTE: [ OK ] 2.25 sec. 2026-03-20 14:52:09 00918_has_unsufficient_type_check: [ OK ] 4.67 sec. 2026-03-20 14:52:09 02967_mysql_settings_override: [ OK ] 4.90 sec. 2026-03-20 14:52:10 00582_not_aliasing_functions: [ OK ] 1.55 sec. 2026-03-20 14:52:11 02144_avg_ubsan: [ OK ] 2.56 sec. 2026-03-20 14:52:12 01654_bar_nan: [ OK ] 1.10 sec. 2026-03-20 14:52:12 00186_very_long_arrays: [ SKIPPED ] 0.00 sec. 2026-03-20 14:52:12 Reason: not running for current build 2026-03-20 14:52:13 02493_analyzer_uniq_injective_functions_elimination: [ OK ] 1.18 sec. 2026-03-20 14:52:14 02226_analyzer_or_like_combine: [ OK ] 2.45 sec. 2026-03-20 14:52:18 00552_logical_functions_ternary: [ OK ] 28.28 sec. 2026-03-20 14:52:18 01889_sql_json_functions: [ OK ] 9.47 sec. 2026-03-20 14:52:22 02342_analyzer_compound_types: [ OK ] 4.25 sec. 2026-03-20 14:52:23 02221_system_zookeeper_unrestricted: [ OK ] 7.96 sec. 2026-03-20 14:52:25 00900_orc_nested_arrays_load: [ OK ] 7.27 sec. 2026-03-20 14:52:26 00367_visible_width_of_array_tuple_enum: [ OK ] 1.02 sec. 2026-03-20 14:52:29 02677_decode_url_component: [ OK ] 16.12 sec. 2026-03-20 14:52:33 02740_hashed_dictionary_load_factor_smoke: [ OK ] 11.02 sec. 2026-03-20 14:52:35 02152_csv_tuple: [ OK ] 1.49 sec. 2026-03-20 14:52:38 03206_json_parsing_and_formatting: [ OK ] 14.91 sec. 2026-03-20 14:52:39 01080_join_get_null: [ OK ] 1.20 sec. 2026-03-20 14:52:42 02113_base64encode_trailing_bytes: [ OK ] 6.87 sec. 2026-03-20 14:52:48 02703_max_local_write_bandwidth: [ OK ] 21.49 sec. 2026-03-20 14:52:58 02000_map_full_text_bloom_filter_index: [ OK ] 10.20 sec. 2026-03-20 14:53:03 02670_constant_skip_index: [ OK ] 3.87 sec. 2026-03-20 14:53:04 02160_monthname: [ OK ] 1.31 sec. 2026-03-20 14:53:05 02463_julian_day_ubsan: [ OK ] 1.16 sec. 2026-03-20 14:53:07 02193_async_insert_tcp_client_2: [ OK ] 24.60 sec. 2026-03-20 14:53:08 00725_comment_columns_long: [ OK ] 2.39 sec. 2026-03-20 14:53:09 03061_analyzer_alias_as_right_key_in_join: [ OK ] 1.71 sec. 2026-03-20 14:53:10 00692_if_exception_code: [ OK ] 1.29 sec. 2026-03-20 14:53:10 02717_pretty_json: [ OK ] 1.13 sec. 2026-03-20 14:53:10 00974_query_profiler: [ SKIPPED ] 0.00 sec. 2026-03-20 14:53:10 Reason: not running for current build 2026-03-20 14:53:23 00728_json_each_row_parsing: [ OK ] 53.46 sec. 2026-03-20 14:53:25 02752_forbidden_headers: [ OK ] 14.77 sec. 2026-03-20 14:53:26 01284_fuzz_bits: [ OK ] 46.54 sec. 2026-03-20 14:53:26 00572_aggregation_by_empty_set: [ OK ] 1.44 sec. 2026-03-20 14:53:28 00859_distinct_with_join: [ OK ] 1.45 sec. 2026-03-20 14:53:28 01077_window_view_alter_query_to_modify_source: [ OK ] 18.45 sec. 2026-03-20 14:53:29 02420_final_setting_analyzer: [ OK ] 5.83 sec. 2026-03-20 14:53:30 02956_format_constexpr: [ OK ] 1.28 sec. 2026-03-20 14:53:30 00564_enum_order: [ OK ] 3.29 sec. 2026-03-20 14:53:31 02015_order_by_with_fill_misoptimization: [ OK ] 0.96 sec. 2026-03-20 14:53:33 00749_inner_join_of_unnamed_subqueries: [ OK ] 1.70 sec. 2026-03-20 14:53:34 00612_pk_in_tuple: [ OK ] 5.90 sec. 2026-03-20 14:53:35 01932_alter_index_with_order: [ OK ] 1.42 sec. 2026-03-20 14:53:36 02797_read_subcolumns_from_files: [ OK ] 6.71 sec. 2026-03-20 14:53:38 01474_bad_global_join: [ OK ] 2.67 sec. 2026-03-20 14:53:39 02022_bzip2_truncated: [ OK ] 5.99 sec. 2026-03-20 14:53:42 01753_max_uri_size: [ OK ] 3.38 sec. 2026-03-20 14:53:44 03036_recursive_cte_postgres_2: [ OK ] 14.16 sec. 2026-03-20 14:53:46 00900_orc_nullable_arrays_load: [ OK ] 8.07 sec. 2026-03-20 14:53:47 03822_alias_column_skip_index_no_merge: [ OK ] 2.93 sec. 2026-03-20 14:53:48 01733_transform_ubsan: [ OK ] 5.69 sec. 2026-03-20 14:53:49 02919_alter_temporary_table_with_nondefault_engine: [ OK ] 1.65 sec. 2026-03-20 14:53:51 03132_sqlancer_union_all: [ OK ] 1.53 sec. 2026-03-20 14:53:54 01591_window_functions: [ OK ] 18.19 sec. 2026-03-20 14:53:56 02353_order_by_tuple: [ OK ] 4.68 sec. 2026-03-20 14:54:04 01824_move_to_prewhere_many_columns: [ OK ] 8.95 sec. 2026-03-20 14:54:04 02561_with_fill_date_datetime_incompatible: [ OK ] 7.49 sec. 2026-03-20 14:54:05 01582_deterministic_function_with_predicate: [ OK ] 1.02 sec. 2026-03-20 14:54:07 02451_order_by_monotonic: [ OK ] 18.43 sec. 2026-03-20 14:54:08 00931_low_cardinality_set_index_in_key_condition: [ OK ] 1.33 sec. 2026-03-20 14:54:08 02111_function_mapExtractKeyLike: [ OK ] 3.36 sec. 2026-03-20 14:54:09 01644_distributed_async_insert_fsync_smoke: [ OK ] 4.88 sec. 2026-03-20 14:54:09 00933_reserved_word: [ OK ] 0.98 sec. 2026-03-20 14:54:12 01720_constraints_complex_types: [ OK ] 3.19 sec. 2026-03-20 14:54:13 02971_functions_to_subcolumns_column_names: [ OK ] 1.05 sec. 2026-03-20 14:54:14 02481_fix_parameters_parsing: [ OK ] 0.66 sec. 2026-03-20 14:54:16 02015_async_inserts_5: [ OK ] 6.88 sec. 2026-03-20 14:54:16 03290_final_replacing: [ OK ] 2.33 sec. 2026-03-20 14:54:18 01213_point_in_Myanmar: [ OK ] 2.00 sec. 2026-03-20 14:54:21 02461_join_lc_issue_42380: [ OK ] 2.55 sec. 2026-03-20 14:54:21 02960_polygon_bound_bug: [ OK ] 4.41 sec. 2026-03-20 14:54:24 00715_bounding_ratio: [ OK ] 3.13 sec. 2026-03-20 14:54:26 01452_normalized_query_hash: [ OK ] 1.61 sec. 2026-03-20 14:54:45 00083_create_merge_tree_zookeeper_long: [ OK ] 19.68 sec. 2026-03-20 14:54:46 01526_max_untracked_memory: [ SKIPPED ] 0.00 sec. 2026-03-20 14:54:46 Reason: not running for current build 2026-03-20 14:54:47 01360_division_overflow: [ OK ] 1.39 sec. 2026-03-20 14:54:49 02784_connection_string: [ OK ] 62.99 sec. 2026-03-20 14:54:52 03132_jit_sort_description_crash_fix: [ OK ] 4.50 sec. 2026-03-20 14:54:53 00982_array_enumerate_uniq_ranked: [ OK ] 0.99 sec. 2026-03-20 14:54:53 02480_max_map_null_totals: [ OK ] 3.93 sec. 2026-03-20 14:54:56 01071_http_header_exception_code: [ OK ] 2.56 sec. 2026-03-20 14:54:58 00124_shard_distributed_with_many_replicas: [ OK ] 2.38 sec. 2026-03-20 14:55:03 00700_decimal_bounds: [ OK ] 5.06 sec. 2026-03-20 14:55:05 01051_scalar_optimization: [ OK ] 1.08 sec. 2026-03-20 14:55:06 02674_and_consistency: [ OK ] 1.04 sec. 2026-03-20 14:55:09 03096_text_log_format_string_args_not_empty: [ OK ] 15.73 sec. 2026-03-20 14:55:12 02585_query_status_deadlock: [ OK ] 503.59 sec. 2026-03-20 14:55:12 02303_cast_nullable_to_custom_types: [ OK ] 6.30 sec. 2026-03-20 14:55:13 03160_pretty_format_tty: [ OK ] 3.79 sec. 2026-03-20 14:55:14 02127_storage_join_settings_with_persistency: [ OK ] 1.10 sec. 2026-03-20 14:55:16 03277_analyzer_array_join_fix: [ OK ] 2.45 sec. 2026-03-20 14:55:23 02808_custom_disk_with_user_defined_name: [ OK ] 6.29 sec. 2026-03-20 14:55:23 00980_shard_aggregation_state_deserialization: [ OK ] 10.75 sec. 2026-03-20 14:55:24 01840_tupleElement_formatting_fuzzer: [ OK ] 1.15 sec. 2026-03-20 14:55:24 00753_with_with_single_alias: [ OK ] 0.96 sec. 2026-03-20 14:55:25 02733_distinct: [ OK ] 1.05 sec. 2026-03-20 14:55:29 00563_insert_into_remote_and_zookeeper_long: [ OK ] 3.34 sec. 2026-03-20 14:55:30 02962_max_joined_block_rows: [ OK ] 1.37 sec. 2026-03-20 14:55:32 00762_date_comparsion: [ OK ] 2.04 sec. 2026-03-20 14:55:34 02428_batch_nullable_assert: [ OK ] 1.32 sec. 2026-03-20 14:55:39 03035_recursive_cte_postgres_1: [ OK ] 5.28 sec. 2026-03-20 14:55:54 02421_type_json_empty_parts: [ OK ] 29.45 sec. 2026-03-20 14:56:00 02589_bson_invalid_document_size: [ OK ] 5.70 sec. 2026-03-20 14:56:00 02475_bson_each_row_format: [ OK ] 110.85 sec. 2026-03-20 14:56:01 00081_int_div_or_zero: [ OK ] 1.29 sec. 2026-03-20 14:56:02 02916_addcolumn_nested: [ OK ] 1.32 sec. 2026-03-20 14:56:02 02177_issue_31009_pt2: [ OK ] 272.69 sec. 2026-03-20 14:56:02 00712_prewhere_with_sampling_and_alias: [ OK ] 1.18 sec. 2026-03-20 14:56:04 00500_point_in_polygon_2d_const: [ OK ] 1.69 sec. 2026-03-20 14:56:04 00765_locate: [ OK ] 2.49 sec. 2026-03-20 14:56:05 01296_codecs_bad_arguments: [ OK ] 1.95 sec. 2026-03-20 14:56:07 01710_projection_mutation: [ OK ] 2.54 sec. 2026-03-20 14:56:10 03031_distinguish_bool_and_int_in_settings: [ OK ] 2.94 sec. 2026-03-20 14:56:12 00579_merge_tree_partition_and_primary_keys_using_same_expression: [ OK ] 1.91 sec. 2026-03-20 14:56:14 01881_aggregate_functions_versioning: [ OK ] 1.18 sec. 2026-03-20 14:56:15 01035_enum_conversion_native_format: [ OK ] 10.17 sec. 2026-03-20 14:56:18 03097_query_log_join_processes: [ OK ] 3.67 sec. 2026-03-20 14:56:18 02009_mysql_client_empty_result: [ OK ] 2.84 sec. 2026-03-20 14:56:19 01495_subqueries_in_with_statement_2: [ OK ] 1.69 sec. 2026-03-20 14:56:22 02946_parallel_replicas_distributed: [ OK ] 2.26 sec. 2026-03-20 14:56:23 02326_settings_changes_system_table: [ OK ] 0.93 sec. 2026-03-20 14:56:24 01373_summing_merge_tree_exclude_partition_key: [ OK ] 70.15 sec. 2026-03-20 14:56:25 02241_array_first_last_or_null: [ OK ] 1.78 sec. 2026-03-20 14:56:26 02993_values_escape_quote: [ OK ] 0.92 sec. 2026-03-20 14:56:26 03101_analyzer_identifiers_1: [ OK ] 1.71 sec. 2026-03-20 14:56:27 01096_array_reduce_in_ranges: [ OK ] 1.28 sec. 2026-03-20 14:56:28 01247_some_msan_crashs_from_22517: [ OK ] 2.09 sec. 2026-03-20 14:56:29 02264_format_insert_compression: [ OK ] 0.88 sec. 2026-03-20 14:56:31 01655_plan_optimizations_optimize_read_in_window_order: [ OK ] 26.98 sec. 2026-03-20 14:56:33 00635_shard_distinct_order_by: [ OK ] 1.48 sec. 2026-03-20 14:56:33 01534_lambda_array_join: [ OK ] 3.62 sec. 2026-03-20 14:56:35 02253_empty_part_checksums: [ OK ] 17.00 sec. 2026-03-20 14:56:35 01674_htm_xml_coarse_parse: [ OK ] 1.77 sec. 2026-03-20 14:56:35 03248_with_fill_string_crash: [ OK ] 1.87 sec. 2026-03-20 14:56:36 01718_subtract_seconds_date: [ OK ] 0.86 sec. 2026-03-20 14:56:37 02540_duplicate_primary_key: [ OK ] 1.93 sec. 2026-03-20 14:56:38 03129_low_cardinality_nullable_non_first_primary_key: [ OK ] 1.76 sec. 2026-03-20 14:56:38 02909_settings_in_json_schema_cache: [ OK ] 3.08 sec. 2026-03-20 14:56:40 01311_comparison_with_constant_string: [ OK ] 2.69 sec. 2026-03-20 14:56:40 00175_if_num_arrays: [ OK ] 2.05 sec. 2026-03-20 14:56:41 00427_alter_primary_key: [ OK ] 13.45 sec. 2026-03-20 14:56:41 02834_client_yaml_configs: [ OK ] 3.51 sec. 2026-03-20 14:56:44 02310_clickhouse_client_INSERT_progress_profile_events: [ OK ] 3.90 sec. 2026-03-20 14:56:44 00990_hasToken_and_tokenbf: [ OK ] 4.29 sec. 2026-03-20 14:56:45 01314_position_in_system_columns: [ OK ] 1.01 sec. 2026-03-20 14:56:47 00815_left_join_on_stepanel: [ OK ] 1.16 sec. 2026-03-20 14:56:47 01278_min_insert_block_size_rows_for_materialized_views: [ OK ] 557.29 sec. 2026-03-20 14:56:48 02379_analyzer_subquery_depth: [ OK ] 1.40 sec. 2026-03-20 14:56:48 02834_apache_arrow_abort: [ SKIPPED ] 0.00 sec. 2026-03-20 14:56:48 Reason: not running for current build 2026-03-20 14:56:49 02015_async_inserts_3: [ OK ] 4.73 sec. 2026-03-20 14:56:49 01710_normal_projection_fix1: [ OK ] 1.31 sec. 2026-03-20 14:56:50 02532_json_missing_named_tuple_elements: [ OK ] 8.83 sec. 2026-03-20 14:56:52 02005_log_formatted_queries: [ OK ] 4.59 sec. 2026-03-20 14:56:54 01142_join_lc_and_nullable_in_key: [ OK ] 3.67 sec. 2026-03-20 14:56:55 02353_explain_ast_optimize: [ OK ] 0.99 sec. 2026-03-20 14:56:57 01021_create_as_select: [ OK ] 1.26 sec. 2026-03-20 14:57:03 02305_schema_inference_with_globs: [ OK ] 13.12 sec. 2026-03-20 14:57:04 03014_async_with_dedup_part_log_rmt: [ OK ] 11.67 sec. 2026-03-20 14:57:04 00092_union_race_conditions_3: [ OK ] 84.85 sec. 2026-03-20 14:57:05 00633_func_or_in: [ OK ] 1.13 sec. 2026-03-20 14:57:06 03153_trailing_comma_in_values_list_in_insert: [ OK ] 1.24 sec. 2026-03-20 14:57:08 02941_any_RESPECT_NULL_sparse_column: [ OK ] 1.53 sec. 2026-03-20 14:57:10 01493_alter_remove_wrong_default: [ OK ] 4.76 sec. 2026-03-20 14:57:11 03040_dynamic_type_alters_1_compact_merge_tree: [ OK ] 8.34 sec. 2026-03-20 14:57:12 03101_analyzer_identifiers_2: [ OK ] 3.82 sec. 2026-03-20 14:57:12 02423_json_quote_float64: [ OK ] 0.91 sec. 2026-03-20 14:57:17 00820_multiple_joins: [ OK ] 4.79 sec. 2026-03-20 14:57:28 01825_new_type_json_missed_values: [ OK ] 46.60 sec. 2026-03-20 14:57:28 00534_functions_bad_arguments3: [ SKIPPED ] 0.00 sec. 2026-03-20 14:57:28 Reason: not running for current build 2026-03-20 14:57:29 02791_predicate_pushdown_different_types: [ OK ] 1.03 sec. 2026-03-20 14:57:30 00735_long_conditional: [ OK ] 17.34 sec. 2026-03-20 14:57:30 01163_search_case_insensetive_utf8: [ OK ] 1.38 sec. 2026-03-20 14:57:31 01957_heredoc_more: [ OK ] 1.11 sec. 2026-03-20 14:57:32 02833_starts_ends_with_utf8: [ OK ] 1.48 sec. 2026-03-20 14:57:33 02473_prewhere_with_bigint: [ OK ] 2.31 sec. 2026-03-20 14:57:34 01315_count_distinct_return_not_nullable: [ OK ] 1.92 sec. 2026-03-20 14:57:36 01321_aggregate_functions_of_group_by_keys: [ OK ] 195.39 sec. 2026-03-20 14:57:40 00472_compare_uuid_with_constant_string: [ OK ] 3.72 sec. 2026-03-20 14:57:43 02521_grouping_sets_plus_memory_efficient_aggr: [ OK ] 8.55 sec. 2026-03-20 14:57:43 00858_issue_4756: [ OK ] 2.55 sec. 2026-03-20 14:57:43 01949_clickhouse_local_with_remote_localhost: [ OK ] 10.07 sec. 2026-03-20 14:57:44 00807_regexp_quote_meta: [ OK ] 1.51 sec. 2026-03-20 14:57:46 00306_insert_values_and_expressions: [ OK ] 1.25 sec. 2026-03-20 14:57:47 03013_hop_infinite_loop: [ OK ] 1.78 sec. 2026-03-20 14:57:49 01674_where_prewhere_array_crash: [ OK ] 1.25 sec. 2026-03-20 14:57:56 02947_merge_tree_index_table_3: [ OK ] 13.18 sec. 2026-03-20 14:58:01 Killing process group 4805 2026-03-20 14:58:01 Processes in process group 4805: 2026-03-20 14:58:01 4805 /bin/sh -c /usr/share/clickhouse-test/queries/0_stateless/02943_variant_read_subcolumns.sh > /tmp/clickhouse-test/0_stateless/02943_variant_read_subcolumns.stdout 2> /tmp/clickhouse-test/0_stateless/02943_variant_read_subcolumns.stderr 2026-03-20 14:58:01 4806 bash /usr/share/clickhouse-test/queries/0_stateless/02943_variant_read_subcolumns.sh 2026-03-20 14:58:01 15996 /usr/bin/clickhouse-client --send_logs_level=warning --database=test_psmp8v8c --log_comment 02943_variant_read_subcolumns.sh --max_insert_threads 1 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 4236346 --distributed_aggregation_memory_efficient 1 --fsync_metadata 0 --output_format_parallel_formatting 0 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 11760592 --max_read_buffer_size 825216 --prefer_localhost_replica 1 --max_block_size 20576 --max_joined_block_size_rows 50835 --max_threads 1 --optimize_append_index 1 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 0 --optimize_or_like_chain 1 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 54 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 2692747 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method io_uring --remote_filesystem_read_method read --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 3 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 128Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 1Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 0 --compile_sort_description 0 --merge_tree_coarse_index_granularity 28 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 0 --max_bytes_before_external_group_by 3176412006 --max_bytes_before_remerge_sort 1968236630 --min_compress_block_size 947028 --max_compress_block_size 1762616 --merge_tree_compact_parts_min_granules_to_multibuffer_read 31 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 3465568 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Mexico/BajaSur --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.19 --prefer_external_sort_block_bytes 100000000 --cross_join_min_rows_to_compress 1 --cross_join_min_bytes_to_compress 100000000 --min_external_table_block_size_bytes 0 --max_parsing_threads 10 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 0 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 0.16047298550474598 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 10737418240 --index_granularity_bytes 12933558 --merge_max_block_size 19941 --index_granularity 50149 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 10056 --primary_key_compress_block_size 50223 --replace_long_file_name_to_hash 0 --max_file_name_length 128 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 416322334 --compact_parts_max_granules_to_buffer 1 --compact_parts_merge_max_bytes_to_prefetch_part 21696967 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 100 --old_parts_lifetime 480 --allow_repeated_settings --client_logs_file=./client.fatal.log --allow_experimental_variant_type=1 --use_variant_as_common_type=1 --allow_suspicious_variant_types=1 -q select v.`Array(Variant(String, UInt64))`, v.`Array(Variant(String, UInt64))`.size0, v.`Array(Variant(String, UInt64))`.UInt64, v.`Array(Variant(String, UInt64))`.String from test order by id format Null 2026-03-20 14:58:01 Process group 4805 should be killed 2026-03-20 14:58:01 02943_variant_read_subcolumns: [ FAIL ] 600.04 sec. 2026-03-20 14:58:01 Reason: Timeout! ########## Short fault info ############ 2026-03-20 14:58:01 (version 24.8.14.10527.altinitytest (altinity build), build id: , git hash: ) (from thread 15996) Received signal 20 2026-03-20 14:58:01 Signal description: Stopped 2026-03-20 14:58:01 This is a signal used for debugging purposes by the user. 2026-03-20 14:58:01 Stack trace: 0x000055b276eb7f3d 0x000055b27725b51b 0x000055b26e9fd8f6 0x000055b26e9fdde4 0x00007f0a440e2520 0x00007f0a441b8bd0 0x000055b26ea16824 0x000055b285b5dd44 0x000055b285b5df55 0x000055b27704d8e4 0x000055b281519219 0x000055b281511dd1 0x000055b2814dcfd3 0x000055b2814dbc51 0x000055b2814d9bfe 0x000055b2814e6512 0x000055b2814e769a 0x000055b2814ebc1b 0x000055b277158638 0x000055b277158cc1 0x000055b285b9e39f 0x000055b27716a107 0x000055b26ea748e9 0x00007f0a440c9d90 0x00007f0a440c9e40 0x000055b26e9cf02e 2026-03-20 14:58:01 ######################################## 2026-03-20 14:58:01 (version 24.8.14.10527.altinitytest (altinity build), build id: , git hash: ) (from thread 15996) (no query) Received signal Stopped (20) 2026-03-20 14:58:01 This is a signal used for debugging purposes by the user. 2026-03-20 14:58:01 Stack trace: 0x000055b276eb7f3d 0x000055b27725b51b 0x000055b26e9fd8f6 0x000055b26e9fdde4 0x00007f0a440e2520 0x00007f0a441b8bd0 0x000055b26ea16824 0x000055b285b5dd44 0x000055b285b5df55 0x000055b27704d8e4 0x000055b281519219 0x000055b281511dd1 0x000055b2814dcfd3 0x000055b2814dbc51 0x000055b2814d9bfe 0x000055b2814e6512 0x000055b2814e769a 0x000055b2814ebc1b 0x000055b277158638 0x000055b277158cc1 0x000055b285b9e39f 0x000055b27716a107 0x000055b26ea748e9 0x00007f0a440c9d90 0x00007f0a440c9e40 0x000055b26e9cf02e 2026-03-20 14:58:01 0.0. inlined from ./build_docker/./src/Common/StackTrace.cpp:349: StackTrace::tryCapture() 2026-03-20 14:58:01 0. ./build_docker/./src/Common/StackTrace.cpp:318: StackTrace::StackTrace(ucontext_t const&) @ 0x000000000fa4ff3d 2026-03-20 14:58:01 1. ./build_docker/./src/Common/SignalHandlers.cpp:0: signalHandler(int, siginfo_t*, void*) @ 0x000000000fdf351b 2026-03-20 14:58:01 2. __tsan::CallUserSignalHandler(__tsan::ThreadState*, bool, bool, int, __sanitizer::__sanitizer_siginfo*, void*) @ 0x00000000075958f6 2026-03-20 14:58:01 3. sighandler(int, __sanitizer::__sanitizer_siginfo*, void*) @ 0x0000000007595de4 2026-03-20 14:58:01 4. ? @ 0x00007f0a440e2520 2026-03-20 14:58:01 5. ? @ 0x00007f0a441b8bd0 2026-03-20 14:58:01 6. __interceptor_poll @ 0x00000000075ae824 2026-03-20 14:58:01 7. ./build_docker/./base/poco/Net/src/SocketImpl.cpp:0: Poco::Net::SocketImpl::pollImpl(Poco::Timespan&, int) @ 0x000000001e6f5d44 2026-03-20 14:58:01 8. ./build_docker/./base/poco/Net/src/SocketImpl.cpp:0: Poco::Net::SocketImpl::poll(Poco::Timespan const&, int) @ 0x000000001e6f5f55 2026-03-20 14:58:01 9. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:0: DB::ReadBufferFromPocoSocketBase::poll(unsigned long) const @ 0x000000000fbe58e4 2026-03-20 14:58:01 10. ./build_docker/./src/IO/ReadBufferFromPocoSocketChunked.cpp:0: DB::ReadBufferFromPocoSocketChunked::poll(unsigned long) const @ 0x000000001a0b1219 2026-03-20 14:58:01 11. ./build_docker/./src/Client/Connection.cpp:1175: DB::Connection::poll(unsigned long) @ 0x000000001a0a9dd1 2026-03-20 14:58:01 12. ./build_docker/./src/Client/ClientBase.cpp:1138: DB::ClientBase::receiveResult(std::shared_ptr, int, bool) @ 0x000000001a074fd3 2026-03-20 14:58:01 13. ./build_docker/./src/Client/ClientBase.cpp:0: DB::ClientBase::processOrdinaryQuery(String const&, std::shared_ptr) @ 0x000000001a073c51 2026-03-20 14:58:01 14. ./build_docker/./src/Client/ClientBase.cpp:1959: DB::ClientBase::processParsedSingleQuery(String const&, String const&, std::shared_ptr, std::optional, bool) @ 0x000000001a071bfe 2026-03-20 14:58:01 15. ./build_docker/./src/Client/ClientBase.cpp:2277: DB::ClientBase::executeMultiQuery(String const&) @ 0x000000001a07e512 2026-03-20 14:58:01 16. ./build_docker/./src/Client/ClientBase.cpp:0: DB::ClientBase::processQueryText(String const&) @ 0x000000001a07f69a 2026-03-20 14:58:01 17. ./build_docker/./src/Client/ClientBase.cpp:0: DB::ClientBase::runNonInteractive() @ 0x000000001a083c1b 2026-03-20 14:58:01 18. ./build_docker/./programs/client/Client.cpp:397: DB::Client::main(std::vector> const&) @ 0x000000000fcf0638 2026-03-20 14:58:01 19. ./build_docker/./programs/client/Client.cpp:0: non-virtual thunk to DB::Client::main(std::vector> const&) @ 0x000000000fcf0cc1 2026-03-20 14:58:01 20. ./build_docker/./base/poco/Util/src/Application.cpp:0: Poco::Util::Application::run() @ 0x000000001e73639f 2026-03-20 14:58:01 2026-03-20 14:58:01 Settings used in the test: --max_insert_threads 1 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 4236346 --distributed_aggregation_memory_efficient 1 --fsync_metadata 0 --output_format_parallel_formatting 0 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 11760592 --max_read_buffer_size 825216 --prefer_localhost_replica 1 --max_block_size 20576 --max_joined_block_size_rows 50835 --max_threads 1 --optimize_append_index 1 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 0 --optimize_or_like_chain 1 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 54 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 2692747 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method io_uring --remote_filesystem_read_method read --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 3 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 128Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 1Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 0 --compile_sort_description 0 --merge_tree_coarse_index_granularity 28 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 0 --max_bytes_before_external_group_by 3176412006 --max_bytes_before_remerge_sort 1968236630 --min_compress_block_size 947028 --max_compress_block_size 1762616 --merge_tree_compact_parts_min_granules_to_multibuffer_read 31 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 3465568 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Mexico/BajaSur --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.19 --prefer_external_sort_block_bytes 100000000 --cross_join_min_rows_to_compress 1 --cross_join_min_bytes_to_compress 100000000 --min_external_table_block_size_bytes 0 --max_parsing_threads 10 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 0 2026-03-20 14:58:01 2026-03-20 14:58:01 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 0.16047298550474598 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 10737418240 --index_granularity_bytes 12933558 --merge_max_block_size 19941 --index_granularity 50149 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 10056 --primary_key_compress_block_size 50223 --replace_long_file_name_to_hash 0 --max_file_name_length 128 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 416322334 --compact_parts_max_granules_to_buffer 1 --compact_parts_merge_max_bytes_to_prefetch_part 21696967 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 100 --old_parts_lifetime 480 2026-03-20 14:58:01 2026-03-20 14:58:01 Database: test_psmp8v8c 2026-03-20 14:58:07 00456_alter_nullable: [ OK ] 5.79 sec. 2026-03-20 14:58:08 02917_transform_tsan: [ OK ] 1.32 sec. 2026-03-20 14:58:10 02989_join_using_parent_scope: [ OK ] 13.96 sec. 2026-03-20 14:58:11 00682_empty_parts_merge: [ OK ] 53.80 sec. 2026-03-20 14:58:11 03231_dynamic_incomplete_type_insert_bug: [ OK ] 2.65 sec. 2026-03-20 14:58:15 01039_test_setting_parse: [ OK ] 3.89 sec. 2026-03-20 14:58:16 03252_recursive_proto_with_skip_unsupported_fields: [ OK ] 5.11 sec. 2026-03-20 14:58:26 02905_csv_unquoted_string_with_cr: [ OK ] 9.47 sec. 2026-03-20 14:58:32 01895_jit_aggregation_function_avg_long: [ OK ] 17.04 sec. 2026-03-20 14:58:34 00011_array_join_alias: [ OK ] 7.55 sec. 2026-03-20 14:58:38 01285_data_skip_index_over_aggregation: [ OK ] 2.96 sec. 2026-03-20 14:58:38 02238_lz4_bug: [ OK ] 27.67 sec. 2026-03-20 14:58:39 01825_new_type_json_order_by: [ OK ] 1.17 sec. 2026-03-20 14:58:51 02543_alter_rename_modify_stuck: [ OK ] 12.75 sec. 2026-03-20 14:58:52 02477_is_null_parser: [ OK ] 0.95 sec. 2026-03-20 14:58:57 01560_optimize_on_insert_long: [ OK ] 4.79 sec. 2026-03-20 14:59:02 02833_concurrent_sessions: [ OK ] 78.84 sec. 2026-03-20 14:59:05 01285_date_datetime_key_condition: [ OK ] 2.43 sec. 2026-03-20 14:59:05 01173_transaction_control_queries: [ OK ] 8.39 sec. 2026-03-20 14:59:07 02268_json_wrong_root_type_in_schema_inference: [ OK ] 1.34 sec. 2026-03-20 14:59:10 02125_lz4_compression_bug_TSV: [ OK ] 80.88 sec. 2026-03-20 14:59:12 02998_pretty_format_print_readable_number_on_single_value: [ OK ] 4.65 sec. 2026-03-20 14:59:13 01660_test_toDayOfYear_mysql_compatibility: [ OK ] 1.00 sec. 2026-03-20 14:59:15 02122_parallel_formatting_TSKV: [ OK ] 36.23 sec. 2026-03-20 14:59:16 02900_union_schema_inference_mode: [ OK ] 10.69 sec. 2026-03-20 14:59:19 03230_json_alias_new_old_types: [ OK ] 3.29 sec. 2026-03-20 14:59:19 01455_default_compression: [ OK ] 6.29 sec. 2026-03-20 14:59:20 02375_analyzer_union: [ OK ] 4.61 sec. 2026-03-20 14:59:24 01592_window_functions: [ OK ] 3.89 sec. 2026-03-20 14:59:25 02900_date_time_check_overflow: [ OK ] 4.92 sec. 2026-03-20 14:59:28 02714_read_bytes_aggregateFunction: [ OK ] 17.50 sec. 2026-03-20 14:59:28 01275_extract_groups_check: [ OK ] 2.90 sec. 2026-03-20 14:59:30 02907_http_exception_json_bug: [ OK ] 9.52 sec. 2026-03-20 14:59:30 03033_scalars_context_data_race: [ OK ] 6.51 sec. 2026-03-20 14:59:40 02296_ttl_non_deterministic: [ OK ] 12.76 sec. 2026-03-20 14:59:42 00850_global_join_dups: [ OK ] 11.67 sec. 2026-03-20 14:59:42 02456_datetime_schema_inference: [ OK ] 1.62 sec. 2026-03-20 14:59:46 01246_extractAllGroupsHorizontal: [ OK ] 4.32 sec. 2026-03-20 14:59:48 01035_lc_empty_part_bug: [ OK ] 5.64 sec. 2026-03-20 14:59:51 03082_analyzer_left_join_correct_column: [ OK ] 2.25 sec. 2026-03-20 14:59:51 03221_mutation_analyzer_skip_part: [ OK ] 20.28 sec. 2026-03-20 14:59:53 03214_join_on_tuple_comparison_elimination_bug: [ OK ] 2.40 sec. 2026-03-20 14:59:53 02154_parser_backtracking: [ SKIPPED ] 0.00 sec. 2026-03-20 14:59:53 Reason: not running for current build 2026-03-20 14:59:54 00761_lower_utf8_bug: [ OK ] 0.77 sec. 2026-03-20 14:59:55 02321_nested_short_circuit_functions: [ OK ] 1.13 sec. 2026-03-20 15:00:02 00687_top_and_offset: [ OK ] 15.63 sec. 2026-03-20 15:00:05 01221_system_settings: [ OK ] 2.93 sec. 2026-03-20 15:00:08 02568_and_consistency: [ OK ] 1.99 sec. 2026-03-20 15:00:18 03173_row_binary_and_native_with_binary_encoded_types: [ OK ] 105.33 sec. 2026-03-20 15:00:22 01414_mutations_and_errors: [ OK ] 4.15 sec. 2026-03-20 15:00:23 01825_type_json_multiple_files: [ OK ] 15.44 sec. 2026-03-20 15:00:23 00254_tuple_extremes: [ OK ] 1.15 sec. 2026-03-20 15:00:26 02205_HTTP_user_agent: [ OK ] 3.10 sec. 2026-03-20 15:00:27 03010_virtual_memory_mappings_asynchronous_metrics: [ OK ] 3.12 sec. 2026-03-20 15:00:28 03171_condition_pushdown: [ OK ] 1.35 sec. 2026-03-20 15:00:30 00388_enum_with_totals: [ OK ] 2.01 sec. 2026-03-20 15:00:39 02014_storage_merge_order_by: [ OK ] 9.11 sec. 2026-03-20 15:00:41 01852_cast_operator_2: [ OK ] 1.89 sec. 2026-03-20 15:00:46 01852_cast_operator_bad_cases: [ OK ] 19.72 sec. 2026-03-20 15:00:48 01047_nullable_rand: [ OK ] 1.47 sec. 2026-03-20 15:00:49 02815_analyzer_aggregate_functions_of_group_by_keys: [ OK ] 240.51 sec. 2026-03-20 15:00:50 00481_create_view_for_null: [ OK ] 1.61 sec. 2026-03-20 15:00:50 01823_explain_json: [ OK ] 7.50 sec. 2026-03-20 15:00:51 00824_filesystem: [ OK ] 0.88 sec. 2026-03-20 15:00:51 01373_is_zero_or_null: [ OK ] 1.76 sec. 2026-03-20 15:00:53 00010_big_array_join: [ OK ] 1.47 sec. 2026-03-20 15:00:53 02499_quantile_nan_ubsan_msan: [ OK ] 3.25 sec. 2026-03-20 15:00:55 01869_function_modulo_legacy: [ OK ] 1.14 sec. 2026-03-20 15:00:58 01453_fixsed_string_sort: [ OK ] 5.01 sec. 2026-03-20 15:01:03 00818_join_bug_4271: [ OK ] 4.12 sec. 2026-03-20 15:01:05 00413_distinct: [ OK ] 2.01 sec. 2026-03-20 15:01:12 02233_set_enable_with_statement_cte_perf: [ OK ] 80.52 sec. 2026-03-20 15:01:21 02968_file_log_multiple_read: [ OK ] 9.33 sec. 2026-03-20 15:01:22 02817_group_array_moving_zero_window_size: [ OK ] 0.95 sec. 2026-03-20 15:01:23 00836_numbers_table_function_zero: [ OK ] 1.21 sec. 2026-03-20 15:01:26 01675_data_type_coroutine: [ OK ] 90.14 sec. 2026-03-20 15:01:27 00208_agg_state_merge: [ OK ] 1.10 sec. 2026-03-20 15:01:27 02706_keeper_map_insert_strict: [ OK ] 3.83 sec. 2026-03-20 15:01:28 01786_explain_merge_tree: [ OK ] 22.62 sec. 2026-03-20 15:01:31 03015_parser_shortcut_lexer_errors: [ OK ] 2.73 sec. 2026-03-20 15:01:31 01762_deltasumtimestamp_datetime64: [ OK ] 3.68 sec. 2026-03-20 15:01:32 02312_is_not_null_prewhere: [ OK ] 1.34 sec. 2026-03-20 15:01:32 00285_not_all_data_in_totals: [ OK ] 1.22 sec. 2026-03-20 15:01:33 02155_h3_to_center_child: [ OK ] 5.34 sec. 2026-03-20 15:01:33 01593_functions_in_order_by: [ OK ] 0.91 sec. 2026-03-20 15:01:33 02895_cast_operator_bug: [ OK ] 0.87 sec. 2026-03-20 15:01:34 00700_decimal_gathers: [ OK ] 1.22 sec. 2026-03-20 15:01:34 02541_analyzer_grouping_sets_crash_fix: [ OK ] 0.95 sec. 2026-03-20 15:01:35 03099_analyzer_multi_join: [ OK ] 0.92 sec. 2026-03-20 15:01:36 00470_identifiers_in_double_quotes: [ OK ] 0.79 sec. 2026-03-20 15:01:38 03133_help_message_verbosity: [ OK ] 3.43 sec. 2026-03-20 15:01:40 00087_distinct_of_empty_arrays: [ OK ] 2.29 sec. 2026-03-20 15:01:41 02906_interval_comparison: [ OK ] 4.41 sec. 2026-03-20 15:01:42 02293_ilike_on_fixed_strings: [ OK ] 1.31 sec. 2026-03-20 15:01:43 00171_shard_array_of_tuple_remote: [ OK ] 2.18 sec. 2026-03-20 15:01:44 01067_window_view_event_tumble_to_asc_lateness: [ OK ] 10.45 sec. 2026-03-20 15:01:44 02154_default_keyword_insert: [ OK ] 1.26 sec. 2026-03-20 15:01:50 03249_dynamic_alter_consistency: [ OK ] 54.87 sec. 2026-03-20 15:02:00 01451_dist_logs: [ OK ] 15.05 sec. 2026-03-20 15:02:01 02931_rewrite_sum_column_and_constant: [ OK ] 16.81 sec. 2026-03-20 15:02:02 02814_order_by_tuple_window_function: [ OK ] 1.13 sec. 2026-03-20 15:02:05 02132_empty_mutation_livelock: [ OK ] 2.22 sec. 2026-03-20 15:02:08 01765_tehran_dst: [ OK ] 2.84 sec. 2026-03-20 15:02:12 01891_not_in_partition_prune: [ OK ] 4.66 sec. 2026-03-20 15:02:21 02916_glogal_in_cancel: [ OK ] 8.61 sec. 2026-03-20 15:02:28 00716_allow_ddl: [ OK ] 6.28 sec. 2026-03-20 15:02:30 02021_h3_is_pentagon: [ OK ] 2.38 sec. 2026-03-20 15:02:46 02099_tsv_raw_format_1: [ OK ] 46.16 sec. 2026-03-20 15:02:49 03217_filtering_in_system_tables: [ OK ] 18.64 sec. 2026-03-20 15:02:50 02906_force_optimize_projection_name: [ OK ] 59.92 sec. 2026-03-20 15:02:51 02771_log_faminy_truncate_count: [ OK ] 1.26 sec. 2026-03-20 15:02:51 00483_cast_syntax: [ OK ] 0.87 sec. 2026-03-20 15:02:51 02149_schema_inference_formats_with_schema_1: [ OK ] 69.24 sec. 2026-03-20 15:02:57 01651_bugs_from_15889: [ OK ] 125.72 sec. 2026-03-20 15:02:58 01586_replicated_mutations_empty_partition: [ OK ] 7.06 sec. 2026-03-20 15:03:00 02945_blake3_msan: [ OK ] 0.99 sec. 2026-03-20 15:03:02 03289_tuple_element_to_subcolumn: [ OK ] 2.54 sec. 2026-03-20 15:03:03 01554_bloom_filter_index_big_integer_uuid: [ OK ] 5.07 sec. 2026-03-20 15:03:03 02539_generate_random_low_cardinality: [ OK ] 16.59 sec. 2026-03-20 15:03:04 00425_count_nullable: [ OK ] 1.21 sec. 2026-03-20 15:03:07 01597_columns_list_ignored: [ OK ] 3.75 sec. 2026-03-20 15:03:08 02112_with_fill_interval: [ OK ] 17.33 sec. 2026-03-20 15:03:09 01418_query_scope_constants_and_remote: [ OK ] 1.94 sec. 2026-03-20 15:03:10 00583_limit_by_expressions: [ OK ] 1.24 sec. 2026-03-20 15:03:11 02514_null_dictionary_source: [ OK ] 1.51 sec. 2026-03-20 15:03:14 01922_client_param: [ OK ] 4.17 sec. 2026-03-20 15:03:17 00944_clear_index_in_partition: [ OK ] 13.73 sec. 2026-03-20 15:03:18 00900_entropy_shard: [ OK ] 1.79 sec. 2026-03-20 15:03:19 02844_tsv_carriage_return_parallel_parsing: [ OK ] 4.60 sec. 2026-03-20 15:03:20 02152_short_circuit_throw_if: [ OK ] 0.91 sec. 2026-03-20 15:03:24 02870_move_partition_to_volume_io_throttling: [ OK ] 19.81 sec. 2026-03-20 15:03:24 01557_field_infinite_convert_to_number: [ OK ] 4.71 sec. 2026-03-20 15:03:25 01300_client_save_history_when_terminated_long: [ OK ] 6.10 sec. 2026-03-20 15:03:26 02725_memory-for-merges: [ OK ] 375.57 sec. 2026-03-20 15:03:30 02814_age_datediff: [ OK ] 5.29 sec. 2026-03-20 15:03:32 00140_prewhere_column_order: [ OK ] 1.93 sec. 2026-03-20 15:03:32 01602_insert_into_table_function_cluster: [ OK ] 7.05 sec. 2026-03-20 15:03:32 02563_arrow_low_cardinality_bug: [ OK ] 6.68 sec. 2026-03-20 15:03:34 02096_join_unusual_identifier_begin: [ OK ] 1.34 sec. 2026-03-20 15:03:35 00502_custom_partitioning_replicated_zookeeper_long: [ OK ] 23.84 sec. 2026-03-20 15:03:48 00557_remote_port: [ OK ] 15.72 sec. 2026-03-20 15:03:48 03173_parallel_replicas_join_bug: [ OK ] 15.77 sec. 2026-03-20 15:03:49 00953_zookeeper_suetin_deduplication_bug: [ OK ] 24.44 sec. 2026-03-20 15:03:49 02015_async_inserts_stress_long: [ OK ] 14.47 sec. 2026-03-20 15:03:51 00435_coalesce: [ OK ] 1.47 sec. 2026-03-20 15:03:51 01069_materialized_view_alter_target_table_with_default_expression: [ OK ] 2.25 sec. 2026-03-20 15:03:52 02863_decode_html_component: [ OK ] 1.79 sec. 2026-03-20 15:03:53 00491_shard_distributed_and_aliases_in_where_having: [ OK ] 1.49 sec. 2026-03-20 15:03:53 02249_parse_date_time_basic: [ OK ] 1.01 sec. 2026-03-20 15:03:55 03130_analyzer_array_join_prefer_column: [ OK ] 1.01 sec. 2026-03-20 15:03:55 00825_protobuf_format_nested_optional: [ OK ] 6.60 sec. 2026-03-20 15:03:57 03276_empty_variant_type: [ OK ] 1.75 sec. 2026-03-20 15:03:57 01046_trivial_count_query_distributed: [ OK ] 2.30 sec. 2026-03-20 15:04:05 00602_throw_if: [ OK ] 16.91 sec. 2026-03-20 15:04:10 02502_bad_values_schema_inference: [ OK ] 4.57 sec. 2026-03-20 15:04:12 00592_union_all_different_aliases: [ OK ] 1.04 sec. 2026-03-20 15:04:15 01710_aggregate_projections: [ OK ] 21.28 sec. 2026-03-20 15:04:24 01710_minmax_count_projection: [ OK ] 27.33 sec. 2026-03-20 15:04:25 01925_broken_partition_id_zookeeper: [ OK ] 10.20 sec. 2026-03-20 15:04:27 02794_pushdown_invalid_get: [ OK ] 1.66 sec. 2026-03-20 15:04:27 00979_quantileExcatExclusive_and_Inclusive: [ OK ] 2.08 sec. 2026-03-20 15:04:29 00712_prewhere_with_sampling: [ OK ] 2.05 sec. 2026-03-20 15:04:32 01780_column_sparse: [ OK ] 4.68 sec. 2026-03-20 15:04:34 02554_fix_grouping_sets_predicate_push_down: [ OK ] 4.07 sec. 2026-03-20 15:04:35 02771_resolve_compound_identifier: [ OK ] 1.54 sec. 2026-03-20 15:04:37 02122_parallel_formatting_PrettySpaceNoEscapes: [ OK ] 63.44 sec. 2026-03-20 15:04:39 01889_tokenize: [ OK ] 1.54 sec. 2026-03-20 15:04:45 00578_merge_trees_without_primary_key: [ OK ] 5.96 sec. 2026-03-20 15:04:48 00201_array_uniq: [ OK ] 2.20 sec. 2026-03-20 15:04:49 00544_insert_with_select: [ OK ] 1.46 sec. 2026-03-20 15:04:57 02126_dist_desc: [ OK ] 125.39 sec. 2026-03-20 15:05:19 02124_insert_deduplication_token_multiple_blocks_replica: [ OK ] 21.86 sec. 2026-03-20 15:05:21 02428_partial_sort_optimization_bug: [ OK ] 2.26 sec. 2026-03-20 15:05:23 03049_analyzer_group_by_alias: [ OK ] 1.23 sec. 2026-03-20 15:05:41 01906_lc_in_bug: [ OK ] 68.36 sec. 2026-03-20 15:05:43 01070_h3_to_string: [ OK ] 1.43 sec. 2026-03-20 15:05:51 00515_gcd_lcm: [ OK ] 8.51 sec. 2026-03-20 15:05:54 00975_values_list: [ OK ] 2.74 sec. 2026-03-20 15:06:02 01319_mv_constants_bug: [ OK ] 7.50 sec. 2026-03-20 15:06:17 01057_window_view_event_tumble_to_strict_asc: [ OK ] 15.31 sec. 2026-03-20 15:06:19 00099_join_many_blocks_segfault: [ OK ] 1.14 sec. 2026-03-20 15:06:43 00921_datetime64_basic: [ OK ] 24.19 sec. 2026-03-20 15:07:07 Killing process group 15790 2026-03-20 15:07:07 Processes in process group 15790: 2026-03-20 15:07:07 15790 /bin/sh -c /usr/bin/clickhouse-client --log_comment '00376_shard_group_uniq_array_of_int_array.sql' --database=test_0yjc2r1p --send_logs_level=warning --multiquery --max_insert_threads 3 --group_by_two_level_threshold 817111 --group_by_two_level_threshold_bytes 50000000 --distributed_aggregation_memory_efficient 0 --fsync_metadata 0 --output_format_parallel_formatting 1 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 15078625 --max_read_buffer_size 919713 --prefer_localhost_replica 1 --max_block_size 28450 --max_joined_block_size_rows 28762 --max_threads 3 --optimize_append_index 0 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 34 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 48922158 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method pread --remote_filesystem_read_method read --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 3 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 8Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 0 --compile_sort_description 0 --merge_tree_coarse_index_granularity 30 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 0 --max_bytes_before_external_group_by 7547037701 --max_bytes_before_remerge_sort 2862652690 --min_compress_block_size 36497 --max_compress_block_size 1852435 --merge_tree_compact_parts_min_granules_to_multibuffer_read 1 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 2412304 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Africa/Khartoum --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.43 --prefer_external_sort_block_bytes 100000000 --cross_join_min_rows_to_compress 0 --cross_join_min_bytes_to_compress 1 --min_external_table_block_size_bytes 1 --max_parsing_threads 10 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 0 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 1 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 10737418240 --index_granularity_bytes 150167 --merge_max_block_size 6216 --index_granularity 61244 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 49736 --primary_key_compress_block_size 37516 --replace_long_file_name_to_hash 1 --max_file_name_length 128 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 267636750 --compact_parts_max_granules_to_buffer 1 --compact_parts_merge_max_bytes_to_prefetch_part 10711606 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 100 --old_parts_lifetime 480 --allow_repeated_settings --client_logs_file=./client.fatal.log < /usr/share/clickhouse-test/queries/0_stateless/00376_shard_group_uniq_array_of_int_array.sql > /tmp/clickhouse-test/0_stateless/00376_shard_group_uniq_array_of_int_array.stdout 2> /tmp/clickhouse-test/0_stateless/00376_shard_group_uniq_array_of_int_array.stderr 2026-03-20 15:07:07 15791 /usr/bin/clickhouse-client --log_comment 00376_shard_group_uniq_array_of_int_array.sql --database=test_0yjc2r1p --send_logs_level=warning --multiquery --max_insert_threads 3 --group_by_two_level_threshold 817111 --group_by_two_level_threshold_bytes 50000000 --distributed_aggregation_memory_efficient 0 --fsync_metadata 0 --output_format_parallel_formatting 1 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 15078625 --max_read_buffer_size 919713 --prefer_localhost_replica 1 --max_block_size 28450 --max_joined_block_size_rows 28762 --max_threads 3 --optimize_append_index 0 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 34 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 48922158 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method pread --remote_filesystem_read_method read --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 3 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 8Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 0 --compile_sort_description 0 --merge_tree_coarse_index_granularity 30 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 0 --max_bytes_before_external_group_by 7547037701 --max_bytes_before_remerge_sort 2862652690 --min_compress_block_size 36497 --max_compress_block_size 1852435 --merge_tree_compact_parts_min_granules_to_multibuffer_read 1 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 2412304 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Africa/Khartoum --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.43 --prefer_external_sort_block_bytes 100000000 --cross_join_min_rows_to_compress 0 --cross_join_min_bytes_to_compress 1 --min_external_table_block_size_bytes 1 --max_parsing_threads 10 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 0 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 1 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 10737418240 --index_granularity_bytes 150167 --merge_max_block_size 6216 --index_granularity 61244 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 49736 --primary_key_compress_block_size 37516 --replace_long_file_name_to_hash 1 --max_file_name_length 128 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 267636750 --compact_parts_max_granules_to_buffer 1 --compact_parts_merge_max_bytes_to_prefetch_part 10711606 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 100 --old_parts_lifetime 480 --allow_repeated_settings --client_logs_file=./client.fatal.log 2026-03-20 15:07:07 Process group 15790 should be killed 2026-03-20 15:07:07 00376_shard_group_uniq_array_of_int_array: [ FAIL ] 600.06 sec. 2026-03-20 15:07:07 Reason: Timeout! ########## Short fault info ############ 2026-03-20 15:07:07 (version 24.8.14.10527.altinitytest (altinity build), build id: , git hash: ) (from thread 15791) Received signal 20 2026-03-20 15:07:07 Signal description: Stopped 2026-03-20 15:07:07 This is a signal used for debugging purposes by the user. 2026-03-20 15:07:07 Stack trace: 0x00005601bd46ff3d 0x00005601bd81351b 0x00005601b4fb58f6 0x00005601b4fb5de4 0x00007f227bc37520 0x00007f227bd0dbd0 0x00005601b4fce824 0x00005601cc115d44 0x00005601cc115f55 0x00005601bd6058e4 0x00005601c7ad1219 0x00005601c7ac9dd1 0x00005601c7a94fd3 0x00005601c7a93c51 0x00005601c7a91bfe 0x00005601c7a9e512 0x00005601c7a9f69a 0x00005601c7aa3d9b 0x00005601bd710638 0x00005601bd710cc1 0x00005601cc15639f 0x00005601bd722107 0x00005601b502c8e9 0x00007f227bc1ed90 0x00007f227bc1ee40 0x00005601b4f8702e 2026-03-20 15:07:07 ######################################## 2026-03-20 15:07:07 (version 24.8.14.10527.altinitytest (altinity build), build id: , git hash: ) (from thread 15791) (no query) Received signal Stopped (20) 2026-03-20 15:07:07 This is a signal used for debugging purposes by the user. 2026-03-20 15:07:07 Stack trace: 0x00005601bd46ff3d 0x00005601bd81351b 0x00005601b4fb58f6 0x00005601b4fb5de4 0x00007f227bc37520 0x00007f227bd0dbd0 0x00005601b4fce824 0x00005601cc115d44 0x00005601cc115f55 0x00005601bd6058e4 0x00005601c7ad1219 0x00005601c7ac9dd1 0x00005601c7a94fd3 0x00005601c7a93c51 0x00005601c7a91bfe 0x00005601c7a9e512 0x00005601c7a9f69a 0x00005601c7aa3d9b 0x00005601bd710638 0x00005601bd710cc1 0x00005601cc15639f 0x00005601bd722107 0x00005601b502c8e9 0x00007f227bc1ed90 0x00007f227bc1ee40 0x00005601b4f8702e 2026-03-20 15:07:07 0.0. inlined from ./build_docker/./src/Common/StackTrace.cpp:349: StackTrace::tryCapture() 2026-03-20 15:07:07 0. ./build_docker/./src/Common/StackTrace.cpp:318: StackTrace::StackTrace(ucontext_t const&) @ 0x000000000fa4ff3d 2026-03-20 15:07:07 1. ./build_docker/./src/Common/SignalHandlers.cpp:0: signalHandler(int, siginfo_t*, void*) @ 0x000000000fdf351b 2026-03-20 15:07:07 2. __tsan::CallUserSignalHandler(__tsan::ThreadState*, bool, bool, int, __sanitizer::__sanitizer_siginfo*, void*) @ 0x00000000075958f6 2026-03-20 15:07:07 3. sighandler(int, __sanitizer::__sanitizer_siginfo*, void*) @ 0x0000000007595de4 2026-03-20 15:07:07 4. ? @ 0x00007f227bc37520 2026-03-20 15:07:07 5. ? @ 0x00007f227bd0dbd0 2026-03-20 15:07:07 6. __interceptor_poll @ 0x00000000075ae824 2026-03-20 15:07:07 7. ./build_docker/./base/poco/Net/src/SocketImpl.cpp:0: Poco::Net::SocketImpl::pollImpl(Poco::Timespan&, int) @ 0x000000001e6f5d44 2026-03-20 15:07:07 8. ./build_docker/./base/poco/Net/src/SocketImpl.cpp:0: Poco::Net::SocketImpl::poll(Poco::Timespan const&, int) @ 0x000000001e6f5f55 2026-03-20 15:07:07 9. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:0: DB::ReadBufferFromPocoSocketBase::poll(unsigned long) const @ 0x000000000fbe58e4 2026-03-20 15:07:07 10. ./build_docker/./src/IO/ReadBufferFromPocoSocketChunked.cpp:0: DB::ReadBufferFromPocoSocketChunked::poll(unsigned long) const @ 0x000000001a0b1219 2026-03-20 15:07:07 11. ./build_docker/./src/Client/Connection.cpp:1175: DB::Connection::poll(unsigned long) @ 0x000000001a0a9dd1 2026-03-20 15:07:07 12. ./build_docker/./src/Client/ClientBase.cpp:1138: DB::ClientBase::receiveResult(std::shared_ptr, int, bool) @ 0x000000001a074fd3 2026-03-20 15:07:07 13. ./build_docker/./src/Client/ClientBase.cpp:0: DB::ClientBase::processOrdinaryQuery(String const&, std::shared_ptr) @ 0x000000001a073c51 2026-03-20 15:07:07 14. ./build_docker/./src/Client/ClientBase.cpp:1959: DB::ClientBase::processParsedSingleQuery(String const&, String const&, std::shared_ptr, std::optional, bool) @ 0x000000001a071bfe 2026-03-20 15:07:07 15. ./build_docker/./src/Client/ClientBase.cpp:2277: DB::ClientBase::executeMultiQuery(String const&) @ 0x000000001a07e512 2026-03-20 15:07:07 16. ./build_docker/./src/Client/ClientBase.cpp:0: DB::ClientBase::processQueryText(String const&) @ 0x000000001a07f69a 2026-03-20 15:07:07 17.0. inlined from ./contrib/llvm-project/libcxx/include/string:1499: String::__is_long[abi:v15007]() const 2026-03-20 15:07:07 17.1. inlined from ./contrib/llvm-project/libcxx/include/string:2333: ~basic_string 2026-03-20 15:07:07 17. ./build_docker/./src/Client/ClientBase.cpp:2748: DB::ClientBase::runNonInteractive() @ 0x000000001a083d9b 2026-03-20 15:07:07 18. ./build_docker/./programs/client/Client.cpp:397: DB::Client::main(std::vector> const&) @ 0x000000000fcf0638 2026-03-20 15:07:07 19. ./build_docker/./programs/client/Client.cpp:0: non-virtual thunk to DB::Client::main(std::vector> const&) @ 0x000000000fcf0cc1 2026-03-20 15:07:07 20. ./build_docker/./base/poco/Util/src/Application.cpp:0: Poco::Util::Application::run() @ 0x000000001e73639f 2026-03-20 15:07:07 2026-03-20 15:07:07 Settings used in the test: --max_insert_threads 3 --group_by_two_level_threshold 817111 --group_by_two_level_threshold_bytes 50000000 --distributed_aggregation_memory_efficient 0 --fsync_metadata 0 --output_format_parallel_formatting 1 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 15078625 --max_read_buffer_size 919713 --prefer_localhost_replica 1 --max_block_size 28450 --max_joined_block_size_rows 28762 --max_threads 3 --optimize_append_index 0 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 34 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 48922158 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method pread --remote_filesystem_read_method read --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 3 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 8Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 0 --compile_sort_description 0 --merge_tree_coarse_index_granularity 30 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 0 --max_bytes_before_external_group_by 7547037701 --max_bytes_before_remerge_sort 2862652690 --min_compress_block_size 36497 --max_compress_block_size 1852435 --merge_tree_compact_parts_min_granules_to_multibuffer_read 1 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 2412304 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Africa/Khartoum --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.43 --prefer_external_sort_block_bytes 100000000 --cross_join_min_rows_to_compress 0 --cross_join_min_bytes_to_compress 1 --min_external_table_block_size_bytes 1 --max_parsing_threads 10 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 0 2026-03-20 15:07:07 2026-03-20 15:07:07 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 1 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 10737418240 --index_granularity_bytes 150167 --merge_max_block_size 6216 --index_granularity 61244 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 49736 --primary_key_compress_block_size 37516 --replace_long_file_name_to_hash 1 --max_file_name_length 128 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 267636750 --compact_parts_max_granules_to_buffer 1 --compact_parts_merge_max_bytes_to_prefetch_part 10711606 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 100 --old_parts_lifetime 480 2026-03-20 15:07:07 2026-03-20 15:07:07 Database: test_0yjc2r1p 2026-03-20 15:07:09 00182_functions_higher_order_and_consts: [ OK ] 25.87 sec. 2026-03-20 15:07:16 01757_optimize_skip_unused_shards_limit: [ OK ] 8.45 sec. 2026-03-20 15:07:17 02810_initcap: [ OK ] 1.22 sec. 2026-03-20 15:07:19 02015_executable_user_defined_functions: [ OK ] 1.81 sec. 2026-03-20 15:07:21 01451_normalize_query: [ OK ] 2.19 sec. 2026-03-20 15:07:21 02122_parallel_formatting_PrettySpace: [ OK ] 118.56 sec. 2026-03-20 15:07:24 01185_create_or_replace_table: [ OK ] 2.13 sec. 2026-03-20 15:07:25 01661_referer: [ OK ] 15.47 sec. 2026-03-20 15:07:27 01355_ilike: [ OK ] 2.83 sec. 2026-03-20 15:07:28 00724_insert_values_datetime_conversion: [ OK ] 0.93 sec. 2026-03-20 15:07:30 00958_format_of_tuple_array_element: [ OK ] 2.29 sec. 2026-03-20 15:07:34 01305_buffer_final_bug: [ OK ] 3.19 sec. 2026-03-20 15:07:35 03011_definitive_guide_to_cast: [ OK ] 10.64 sec. 2026-03-20 15:07:42 03147_datetime64_constant_index_analysis: [ OK ] 7.80 sec. 2026-03-20 15:07:42 02100_low_cardinality_nullable_null_default: [ OK ] 20.58 sec. 2026-03-20 15:07:44 00939_test_null_in: [ OK ] 1.82 sec. 2026-03-20 15:07:45 03075_analyzer_subquery_alias: [ OK ] 1.60 sec. 2026-03-20 15:07:46 01932_remote_sharding_key_column: [ OK ] 3.48 sec. 2026-03-20 15:07:50 02731_in_operator_with_one_size_tuple: [ OK ] 3.77 sec. 2026-03-20 15:07:53 00327_summing_composite_nested: [ OK ] 7.20 sec. 2026-03-20 15:07:59 01801_nullable_low_cardinality_tsv: [ OK ] 5.78 sec. 2026-03-20 15:08:08 00987_distributed_stack_overflow: [ OK ] 8.74 sec. 2026-03-20 15:08:10 02538_ngram_bf_index_with_null: [ OK ] 2.02 sec. 2026-03-20 15:08:13 02940_variant_text_deserialization: [ OK ] 22.45 sec. 2026-03-20 15:08:17 00634_rename_view: [ OK ] 3.02 sec. 2026-03-20 15:08:22 03151_redundant_distinct_with_window: [ OK ] 4.69 sec. 2026-03-20 15:08:24 03112_analyzer_not_found_column_in_block: [ OK ] 2.06 sec. 2026-03-20 15:08:31 02273_full_sort_join: [ OK ] 235.76 sec. 2026-03-20 15:08:34 00386_has_column_in_table: [ OK ] 9.19 sec. 2026-03-20 15:08:36 01226_dist_on_dist_global_in: [ OK ] 4.55 sec. 2026-03-20 15:08:38 03022_highlight_digit_groups: [ OK ] 1.59 sec. 2026-03-20 15:08:38 02707_protobuf_unnamed_tuple_as_nested_message: [ OK ] 3.21 sec. 2026-03-20 15:08:42 03257_json_escape_file_names: [ OK ] 4.03 sec. 2026-03-20 15:08:42 02534_s3_cluster_insert_select_schema_inference: [ OK ] 4.10 sec. 2026-03-20 15:08:48 01086_regexp_input_format_skip_unmatched: [ OK ] 5.86 sec. 2026-03-20 15:09:07 01825_new_type_json_ghdata: [ OK ] 309.01 sec. 2026-03-20 15:09:10 02382_query_parameters_post: [ OK ] 2.86 sec. 2026-03-20 15:09:14 00043_summing_empty_part: [ OK ] 3.92 sec. 2026-03-20 15:09:34 00926_adaptive_index_granularity_pk: [ OK ] 83.81 sec. 2026-03-20 15:09:36 00138_table_aliases: [ OK ] 1.30 sec. 2026-03-20 15:09:38 01746_long_zstd_http_compression_json_format: [ FAIL ] 122.22 sec. 2026-03-20 15:09:38 Reason: having stderror: 2026-03-20 15:09:38 curl: (28) Operation timed out after 120000 milliseconds with 0 bytes received 2026-03-20 15:09:38 zstd: /*stdin*\: unexpected end of file 2026-03-20 15:09:38 2026-03-20 15:09:38 stdout: 2026-03-20 15:09:38 2026-03-20 15:09:38 2026-03-20 15:09:38 Settings used in the test: --max_insert_threads 2 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 42133059 --distributed_aggregation_memory_efficient 0 --fsync_metadata 1 --output_format_parallel_formatting 0 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 6408134 --max_read_buffer_size 514271 --prefer_localhost_replica 0 --max_block_size 31602 --max_joined_block_size_rows 43471 --max_threads 1 --optimize_append_index 1 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 98 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 42445603 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method mmap --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 3 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 64Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 1 --compile_sort_description 0 --merge_tree_coarse_index_granularity 24 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 0 --max_bytes_before_external_group_by 0 --max_bytes_before_remerge_sort 1533699234 --min_compress_block_size 993724 --max_compress_block_size 458940 --merge_tree_compact_parts_min_granules_to_multibuffer_read 119 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 6861952 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 0 --session_timezone America/Hermosillo --use_page_cache_for_disks_without_file_cache False --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.26 --prefer_external_sort_block_bytes 100000000 --cross_join_min_rows_to_compress 0 --cross_join_min_bytes_to_compress 0 --min_external_table_block_size_bytes 100000000 --max_parsing_threads 10 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 1 2026-03-20 15:09:38 2026-03-20 15:09:38 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 848824588 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 8110485289 --index_granularity_bytes 23546482 --merge_max_block_size 13398 --index_granularity 30383 --min_bytes_for_wide_part 445072456 --marks_compress_block_size 84090 --primary_key_compress_block_size 73891 --replace_long_file_name_to_hash 0 --max_file_name_length 19 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 514745833 --compact_parts_max_granules_to_buffer 170 --compact_parts_merge_max_bytes_to_prefetch_part 4142399 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 100 --old_parts_lifetime 10 2026-03-20 15:09:38 2026-03-20 15:09:38 Database: test_zlxxrg12 2026-03-20 15:09:38 02772_s3_crash: [ OK ] 2.45 sec. 2026-03-20 15:09:38 Killing process group 19464 2026-03-20 15:09:38 Processes in process group 19464: 2026-03-20 15:09:38 19464 /bin/sh -c /usr/bin/clickhouse-client --log_comment '00804_test_delta_codec_compression.sql' --database=test_l4mjkpqr --send_logs_level=warning --multiquery --max_insert_threads 2 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 6956375 --distributed_aggregation_memory_efficient 1 --fsync_metadata 1 --output_format_parallel_formatting 0 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 16580926 --max_read_buffer_size 677417 --prefer_localhost_replica 0 --max_block_size 99827 --max_joined_block_size_rows 41276 --max_threads 2 --optimize_append_index 1 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 1 --optimize_or_like_chain 0 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 90 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 8108633 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method pread_threadpool --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 10 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 64Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 0 --merge_tree_coarse_index_granularity 18 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 427921511 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 1966200150 --min_compress_block_size 426959 --max_compress_block_size 666344 --merge_tree_compact_parts_min_granules_to_multibuffer_read 4 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 7752566 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 0 --session_timezone Africa/Juba --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.89 --prefer_external_sort_block_bytes 100000000 --cross_join_min_rows_to_compress 0 --cross_join_min_bytes_to_compress 0 --min_external_table_block_size_bytes 100000000 --max_parsing_threads 10 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 1 --allow_repeated_settings --client_logs_file=./client.fatal.log < /usr/share/clickhouse-test/queries/0_stateless/00804_test_delta_codec_compression.sql > /tmp/clickhouse-test/0_stateless/00804_test_delta_codec_compression.stdout 2> /tmp/clickhouse-test/0_stateless/00804_test_delta_codec_compression.stderr 2026-03-20 15:09:38 19465 /usr/bin/clickhouse-client --log_comment 00804_test_delta_codec_compression.sql --database=test_l4mjkpqr --send_logs_level=warning --multiquery --max_insert_threads 2 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 6956375 --distributed_aggregation_memory_efficient 1 --fsync_metadata 1 --output_format_parallel_formatting 0 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 16580926 --max_read_buffer_size 677417 --prefer_localhost_replica 0 --max_block_size 99827 --max_joined_block_size_rows 41276 --max_threads 2 --optimize_append_index 1 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 1 --optimize_or_like_chain 0 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 90 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 8108633 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method pread_threadpool --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 10 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 64Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 0 --merge_tree_coarse_index_granularity 18 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 427921511 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 1966200150 --min_compress_block_size 426959 --max_compress_block_size 666344 --merge_tree_compact_parts_min_granules_to_multibuffer_read 4 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 7752566 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 0 --session_timezone Africa/Juba --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.89 --prefer_external_sort_block_bytes 100000000 --cross_join_min_rows_to_compress 0 --cross_join_min_bytes_to_compress 0 --min_external_table_block_size_bytes 100000000 --max_parsing_threads 10 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 1 --allow_repeated_settings --client_logs_file=./client.fatal.log 2026-03-20 15:09:38 Process group 19464 should be killed 2026-03-20 15:09:38 00804_test_delta_codec_compression: [ FAIL ] 600.21 sec. 2026-03-20 15:09:38 Reason: Timeout! ########## Short fault info ############ 2026-03-20 15:09:38 (version 24.8.14.10527.altinitytest (altinity build), build id: , git hash: ) (from thread 19465) Received signal 20 2026-03-20 15:09:38 Signal description: Stopped 2026-03-20 15:09:38 This is a signal used for debugging purposes by the user. 2026-03-20 15:09:38 Stack trace: 0x0000557f81a29f3d 0x0000557f81dcd51b 0x0000557f7956f8f6 0x0000557f7956fde4 0x00007f8df3341520 0x00007f8df3417bd0 0x0000557f79588824 0x0000557f906cfd44 0x0000557f906cff55 0x0000557f81bbf8e4 0x0000557f8c08b219 0x0000557f8c083dd1 0x0000557f8c04efd3 0x0000557f8c04dc51 0x0000557f8c04bbfe 0x0000557f8c058512 0x0000557f8c05969a 0x0000557f8c05dd9b 0x0000557f81cca638 0x0000557f81ccacc1 0x0000557f9071039f 0x0000557f81cdc107 0x0000557f795e68e9 0x00007f8df3328d90 0x00007f8df3328e40 0x0000557f7954102e 2026-03-20 15:09:38 ######################################## 2026-03-20 15:09:38 (version 24.8.14.10527.altinitytest (altinity build), build id: , git hash: ) (from thread 19465) (no query) Received signal Stopped (20) 2026-03-20 15:09:38 This is a signal used for debugging purposes by the user. 2026-03-20 15:09:38 Stack trace: 0x0000557f81a29f3d 0x0000557f81dcd51b 0x0000557f7956f8f6 0x0000557f7956fde4 0x00007f8df3341520 0x00007f8df3417bd0 0x0000557f79588824 0x0000557f906cfd44 0x0000557f906cff55 0x0000557f81bbf8e4 0x0000557f8c08b219 0x0000557f8c083dd1 0x0000557f8c04efd3 0x0000557f8c04dc51 0x0000557f8c04bbfe 0x0000557f8c058512 0x0000557f8c05969a 0x0000557f8c05dd9b 0x0000557f81cca638 0x0000557f81ccacc1 0x0000557f9071039f 0x0000557f81cdc107 0x0000557f795e68e9 0x00007f8df3328d90 0x00007f8df3328e40 0x0000557f7954102e 2026-03-20 15:09:38 0.0. inlined from ./build_docker/./src/Common/StackTrace.cpp:349: StackTrace::tryCapture() 2026-03-20 15:09:38 0. ./build_docker/./src/Common/StackTrace.cpp:318: StackTrace::StackTrace(ucontext_t const&) @ 0x000000000fa4ff3d 2026-03-20 15:09:38 1. ./build_docker/./src/Common/SignalHandlers.cpp:0: signalHandler(int, siginfo_t*, void*) @ 0x000000000fdf351b 2026-03-20 15:09:38 2. __tsan::CallUserSignalHandler(__tsan::ThreadState*, bool, bool, int, __sanitizer::__sanitizer_siginfo*, void*) @ 0x00000000075958f6 2026-03-20 15:09:38 3. sighandler(int, __sanitizer::__sanitizer_siginfo*, void*) @ 0x0000000007595de4 2026-03-20 15:09:38 4. ? @ 0x00007f8df3341520 2026-03-20 15:09:38 5. ? @ 0x00007f8df3417bd0 2026-03-20 15:09:38 6. __interceptor_poll @ 0x00000000075ae824 2026-03-20 15:09:38 7. ./build_docker/./base/poco/Net/src/SocketImpl.cpp:0: Poco::Net::SocketImpl::pollImpl(Poco::Timespan&, int) @ 0x000000001e6f5d44 2026-03-20 15:09:38 8. ./build_docker/./base/poco/Net/src/SocketImpl.cpp:0: Poco::Net::SocketImpl::poll(Poco::Timespan const&, int) @ 0x000000001e6f5f55 2026-03-20 15:09:38 9. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:0: DB::ReadBufferFromPocoSocketBase::poll(unsigned long) const @ 0x000000000fbe58e4 2026-03-20 15:09:38 10. ./build_docker/./src/IO/ReadBufferFromPocoSocketChunked.cpp:0: DB::ReadBufferFromPocoSocketChunked::poll(unsigned long) const @ 0x000000001a0b1219 2026-03-20 15:09:38 11. ./build_docker/./src/Client/Connection.cpp:1175: DB::Connection::poll(unsigned long) @ 0x000000001a0a9dd1 2026-03-20 15:09:38 12. ./build_docker/./src/Client/ClientBase.cpp:1138: DB::ClientBase::receiveResult(std::shared_ptr, int, bool) @ 0x000000001a074fd3 2026-03-20 15:09:38 13. ./build_docker/./src/Client/ClientBase.cpp:0: DB::ClientBase::processOrdinaryQuery(String const&, std::shared_ptr) @ 0x000000001a073c51 2026-03-20 15:09:38 14. ./build_docker/./src/Client/ClientBase.cpp:1959: DB::ClientBase::processParsedSingleQuery(String const&, String const&, std::shared_ptr, std::optional, bool) @ 0x000000001a071bfe 2026-03-20 15:09:38 15. ./build_docker/./src/Client/ClientBase.cpp:2277: DB::ClientBase::executeMultiQuery(String const&) @ 0x000000001a07e512 2026-03-20 15:09:38 16. ./build_docker/./src/Client/ClientBase.cpp:0: DB::ClientBase::processQueryText(String const&) @ 0x000000001a07f69a 2026-03-20 15:09:38 17.0. inlined from ./contrib/llvm-project/libcxx/include/string:1499: String::__is_long[abi:v15007]() const 2026-03-20 15:09:38 17.1. inlined from ./contrib/llvm-project/libcxx/include/string:2333: ~basic_string 2026-03-20 15:09:38 17. ./build_docker/./src/Client/ClientBase.cpp:2748: DB::ClientBase::runNonInteractive() @ 0x000000001a083d9b 2026-03-20 15:09:38 18. ./build_docker/./programs/client/Client.cpp:397: DB::Client::main(std::vector> const&) @ 0x000000000fcf0638 2026-03-20 15:09:38 19. ./build_docker/./programs/client/Client.cpp:0: non-virtual thunk to DB::Client::main(std::vector> const&) @ 0x000000000fcf0cc1 2026-03-20 15:09:38 20. ./build_docker/./base/poco/Util/src/Application.cpp:0: Poco::Util::Application::run() @ 0x000000001e73639f 2026-03-20 15:09:38 21. ./build_docker/./programs/client/Client.cpp:0: mainEntryClickHouseClient(int, char**) @ 0x000000000fd02107 2026-03-20 15:09:38 22. ./build_docker/./programs/main.cpp:0: main @ 0x000000000760c8e9 2026-03-20 15:09:38 23. ? @ 0x00007f8df3328d90 2026-03-20 15:09:38 24. ? @ 0x00007f8df3328e40 2026-03-20 15:09:38 25. _start @ 0x000000000756702e 2026-03-20 15:09:38 ClickHouse version 24.8.14.10527.altinitytest is old and should be upgraded to the latest version. 2026-03-20 15:09:38 2026-03-20 15:09:38 Settings used in the test: --max_insert_threads 2 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 6956375 --distributed_aggregation_memory_efficient 1 --fsync_metadata 1 --output_format_parallel_formatting 0 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 16580926 --max_read_buffer_size 677417 --prefer_localhost_replica 0 --max_block_size 99827 --max_joined_block_size_rows 41276 --max_threads 2 --optimize_append_index 1 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 1 --optimize_or_like_chain 0 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 90 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 8108633 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method pread_threadpool --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 10 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 64Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 0 --merge_tree_coarse_index_granularity 18 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 427921511 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 1966200150 --min_compress_block_size 426959 --max_compress_block_size 666344 --merge_tree_compact_parts_min_granules_to_multibuffer_read 4 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 7752566 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 0 --session_timezone Africa/Juba --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.89 --prefer_external_sort_block_bytes 100000000 --cross_join_min_rows_to_compress 0 --cross_join_min_bytes_to_compress 0 --min_external_table_block_size_bytes 100000000 --max_parsing_threads 10 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 1 2026-03-20 15:09:38 2026-03-20 15:09:38 Database: test_l4mjkpqr 2026-03-20 15:09:40 03209_functions_json_msan_fuzzer_issue: [ OK ] 1.12 sec. 2026-03-20 15:09:40 01553_settings_early_apply: [ OK ] 2.14 sec. 2026-03-20 15:09:41 01316_create_user_syntax_hilite: [ OK ] 2.28 sec. 2026-03-20 15:09:41 02517_executable_pool_bad_input_query: [ OK ] 1.01 sec. 2026-03-20 15:09:42 00546_shard_tuple_element_formatting: [ OK ] 1.68 sec. 2026-03-20 15:09:42 02426_create_suspicious_fixed_string: [ OK ] 1.18 sec. 2026-03-20 15:09:50 01933_client_replxx_convert_history: [ OK ] 7.88 sec. 2026-03-20 15:09:51 01271_optimize_arithmetic_operations_in_aggr_func_with_alias: [ OK ] 1.21 sec. 2026-03-20 15:09:54 00575_illegal_column_exception_when_drop_depen_column: [ OK ] 12.07 sec. 2026-03-20 15:09:58 03036_dynamic_read_shared_subcolumns_small: [ OK ] 16.77 sec. 2026-03-20 15:09:58 02495_parser_string_binary_literal: [ OK ] 6.39 sec. 2026-03-20 15:10:02 02001_shard_num_shard_count: [ OK ] 3.79 sec. 2026-03-20 15:10:05 01012_show_tables_limit: [ OK ] 2.37 sec. 2026-03-20 15:10:08 02008_aliased_column_distributed_bug: [ OK ] 2.81 sec. 2026-03-20 15:10:08 01825_type_json_insert_select: [ OK ] 10.06 sec. 2026-03-20 15:10:09 03009_consecutive_keys_nullable: [ OK ] 14.61 sec. 2026-03-20 15:10:09 01710_projection_with_alter_conversions: [ OK ] 1.44 sec. 2026-03-20 15:10:15 02676_optimize_old_parts_replicated: [ OK ] 92.50 sec. 2026-03-20 15:10:15 00763_lock_buffer_long: [ SKIPPED ] 0.00 sec. 2026-03-20 15:10:15 Reason: not running for current build 2026-03-20 15:10:15 02735_asof_join_right_null: [ OK ] 5.14 sec. 2026-03-20 15:10:17 02416_in_set_same_ast_diff_columns: [ OK ] 1.61 sec. 2026-03-20 15:10:18 03093_analyzer_miel_test: [ OK ] 2.45 sec. 2026-03-20 15:10:19 01744_tuple_cast_to_map_bugfix: [ OK ] 1.05 sec. 2026-03-20 15:10:19 02242_make_date: [ OK ] 11.36 sec. 2026-03-20 15:10:19 02368_cancel_write_into_hdfs: [ SKIPPED ] 0.00 sec. 2026-03-20 15:10:19 Reason: not running for current build 2026-03-20 15:10:20 03149_numbers_max_block_size_zero: [ OK ] 3.57 sec. 2026-03-20 15:10:23 02989_mysql_transaction_test: [ OK ] 3.29 sec. 2026-03-20 15:10:23 02576_rewrite_array_exists_to_has: [ OK ] 2.28 sec. 2026-03-20 15:10:31 02845_group_by_constant_keys: [ OK ] 8.10 sec. 2026-03-20 15:10:35 00302_http_compression: [ OK ] 15.53 sec. 2026-03-20 15:10:36 03148_query_log_used_dictionaries: [ OK ] 26.83 sec. 2026-03-20 15:10:37 02922_url_s3_engine_size_virtual_column: [ OK ] 5.72 sec. 2026-03-20 15:10:37 00295_global_in_one_shard_rows_before_limit: [ OK ] 1.53 sec. 2026-03-20 15:10:38 02914_t64_buffer_overflow: [ OK ] 2.39 sec. 2026-03-20 15:10:41 03094_recursive_type_proto: [ OK ] 3.70 sec. 2026-03-20 15:10:43 00587_union_all_type_conversions: [ OK ] 1.85 sec. 2026-03-20 15:10:44 01622_codec_zstd_long: [ OK ] 6.57 sec. 2026-03-20 15:10:45 01344_min_bytes_to_use_mmap_io_index: [ OK ] 7.62 sec. 2026-03-20 15:10:46 02357_file_default_value: [ OK ] 1.45 sec. 2026-03-20 15:10:46 00651_default_database_on_client_reconnect: [ OK ] 2.97 sec. 2026-03-20 15:10:46 01422_array_nullable_element_nullable_index: [ OK ] 0.85 sec. 2026-03-20 15:10:47 01710_aggregate_projection_with_hashing: [ OK ] 1.30 sec. 2026-03-20 15:10:47 00189_time_zones_long: [ OK ] 24.02 sec. 2026-03-20 15:10:47 02958_transform_enum: [ OK ] 1.15 sec. 2026-03-20 15:10:48 00973_create_table_as_table_function: [ OK ] 1.21 sec. 2026-03-20 15:10:48 03262_filter_push_down_view: [ OK ] 1.41 sec. 2026-03-20 15:10:49 02542_transform_old: [ OK ] 2.25 sec. 2026-03-20 15:10:50 00507_sumwithoverflow: [ OK ] 1.00 sec. 2026-03-20 15:10:51 01801_approx_total_rows_mergetree_reverse: [ OK ] 1.20 sec. 2026-03-20 15:10:52 01324_insert_tsv_raw: [ OK ] 1.40 sec. 2026-03-20 15:10:53 02001_join_on_const_bs_long: [ OK ] 4.33 sec. 2026-03-20 15:10:53 02343_create_empty_as_select: [ OK ] 1.06 sec. 2026-03-20 15:10:54 03196_local_memory_limit: [ OK ] 5.50 sec. 2026-03-20 15:10:58 00725_ipv4_ipv6_domains: [ OK ] 3.52 sec. 2026-03-20 15:10:58 03040_dynamic_type_alters_2_compact_merge_tree: [ OK ] 4.86 sec. 2026-03-20 15:10:59 02403_ttl_column_multiple_times: [ OK ] 1.46 sec. 2026-03-20 15:11:01 01271_optimize_arithmetic_operations_in_aggr_func_long: [ OK ] 13.64 sec. 2026-03-20 15:11:08 03036_dynamic_read_subcolumns_small: [ OK ] 14.79 sec. 2026-03-20 15:11:22 02156_storage_merge_prewhere_not_ready_set_bug: [ OK ] 22.65 sec. 2026-03-20 15:11:24 01491_nested_multiline_comments: [ OK ] 1.02 sec. 2026-03-20 15:11:31 02788_fix_logical_error_in_sorting: [ OK ] 30.09 sec. 2026-03-20 15:11:40 02885_ephemeral_columns_from_file: [ OK ] 9.28 sec. 2026-03-20 15:11:52 00950_test_double_delta_codec: [ OK ] 11.76 sec. 2026-03-20 15:11:53 01516_drop_table_stress_long: [ OK ] 158.83 sec. 2026-03-20 15:11:54 01337_mysql_global_variables: [ OK ] 1.27 sec. 2026-03-20 15:11:55 02943_exprs_order_in_group_by_with_rollup: [ OK ] 2.20 sec. 2026-03-20 15:12:02 02481_prewhere_filtered_rows_div_by_zero: [ OK ] 7.90 sec. 2026-03-20 15:12:04 00804_test_deflate_qpl_codec_compression: [ OK ] 8.71 sec. 2026-03-20 15:12:05 01070_h3_to_children: [ OK ] 2.55 sec. 2026-03-20 15:12:05 02531_semi_join_null_const_bug: [ OK ] 1.18 sec. 2026-03-20 15:12:06 02799_transform_empty_arrays: [ OK ] 1.13 sec. 2026-03-20 15:12:08 01178_int_field_to_decimal: [ OK ] 2.86 sec. 2026-03-20 15:12:09 01777_map_populate_series_ubsan: [ OK ] 1.17 sec. 2026-03-20 15:12:09 01933_invalid_date: [ OK ] 2.68 sec. 2026-03-20 15:12:15 02902_diable_apply_deleted_mask: [ OK ] 5.35 sec. 2026-03-20 15:12:19 01070_to_decimal_or_null_exception: [ OK ] 3.54 sec. 2026-03-20 15:12:19 00578_merge_table_shadow_virtual_column: [ OK ] 9.19 sec. 2026-03-20 15:12:21 02680_instr_alias_for_position_case_insensitive: [ OK ] 1.52 sec. 2026-03-20 15:12:25 00948_values_interpreter_template: [ OK ] 4.22 sec. 2026-03-20 15:12:26 02020_alter_table_modify_comment: [ OK ] 86.89 sec. 2026-03-20 15:12:27 00998_constraints_all_tables: [ OK ] 8.12 sec. 2026-03-20 15:12:27 00874_issue_3495: [ OK ] 1.72 sec. 2026-03-20 15:12:29 00378_json_quote_64bit_integers: [ OK ] 2.26 sec. 2026-03-20 15:12:29 03215_key_condition_bug: [ OK ] 1.61 sec. 2026-03-20 15:12:31 00920_multiply_aggregate_states_constants: [ OK ] 1.95 sec. 2026-03-20 15:12:33 02048_parallel_reading_from_infile: [ OK ] 5.89 sec. 2026-03-20 15:12:34 00705_aggregate_states_addition: [ OK ] 3.40 sec. 2026-03-20 15:12:36 02417_keeper_map_create_drop: [ OK ] 2.33 sec. 2026-03-20 15:12:50 00933_ttl_simple: [ OK ] 20.21 sec. 2026-03-20 15:12:51 00634_performance_introspection_and_logging: [ OK ] 102.61 sec. 2026-03-20 15:12:51 03282_memory_transaction_crash: [ OK ] 1.05 sec. 2026-03-20 15:12:53 00153_transform: [ OK ] 2.12 sec. 2026-03-20 15:12:53 03145_non_loaded_projection_backup: [ OK ] 17.35 sec. 2026-03-20 15:12:55 02831_regexp_analyze_recursion: [ OK ] 3.33 sec. 2026-03-20 15:12:55 02151_hash_table_sizes_stats: [ SKIPPED ] 0.00 sec. 2026-03-20 15:12:55 Reason: not running for current build 2026-03-20 15:12:56 00012_array_join_alias_2: [ OK ] 0.93 sec. 2026-03-20 15:12:56 01493_alter_remove_no_property_zookeeper_long: [ OK ] 3.07 sec. 2026-03-20 15:12:58 02164_materialized_view_support_virtual_column: [ OK ] 2.44 sec. 2026-03-20 15:13:01 02591_protobuf_nested_arrays: [ OK ] 3.29 sec. 2026-03-20 15:13:01 02277_full_sort_join_misc: [ OK ] 2.69 sec. 2026-03-20 15:13:02 00863_comma_join_in: [ OK ] 8.65 sec. 2026-03-20 15:13:03 02327_try_infer_integers_schema_inference: [ OK ] 2.45 sec. 2026-03-20 15:13:04 02950_obfuscator_keywords_more: [ OK ] 2.46 sec. 2026-03-20 15:13:04 02223_insert_select_schema_inference: [ OK ] 1.75 sec. 2026-03-20 15:13:04 01925_test_group_by_const_consistency: [ OK ] 1.10 sec. 2026-03-20 15:13:05 02919_skip_lots_of_parsing_errors: [ OK ] 30.86 sec. 2026-03-20 15:13:05 00919_sum_aggregate_states_constants: [ OK ] 1.52 sec. 2026-03-20 15:13:07 01318_alter_add_constraint_format: [ OK ] 2.22 sec. 2026-03-20 15:13:07 02874_infer_objects_as_named_tuples: [ OK ] 1.73 sec. 2026-03-20 15:13:07 02477_fuse_quantiles: [ OK ] 1.74 sec. 2026-03-20 15:13:08 01735_join_get_low_card_fix: [ OK ] 1.16 sec. 2026-03-20 15:13:08 03151_analyzer_view_read_only_necessary_columns: [ OK ] 0.95 sec. 2026-03-20 15:13:09 01132_max_rows_to_read: [ OK ] 1.59 sec. 2026-03-20 15:13:09 03033_analyzer_merge_engine_filter_push_down: [ OK ] 1.04 sec. 2026-03-20 15:13:09 02818_parameterized_view_with_cte_multiple_usage: [ OK ] 0.97 sec. 2026-03-20 15:13:11 00675_shard_remote_with_table_function: [ OK ] 2.23 sec. 2026-03-20 15:13:11 02932_materialized_view_with_dropped_target_table_no_exception: [ OK ] 1.88 sec. 2026-03-20 15:13:12 02354_vector_search_index_creation_negative: [ OK ] 8.15 sec. 2026-03-20 15:13:12 01273_extractGroups: [ OK ] 2.93 sec. 2026-03-20 15:13:14 02028_tokens: [ OK ] 1.24 sec. 2026-03-20 15:13:14 01401_FORMAT_SETTINGS: [ OK ] 2.40 sec. 2026-03-20 15:13:19 02406_minmax_behaviour: [ OK ] 7.80 sec. 2026-03-20 15:13:19 02707_clickhouse_local_implicit_file_table_function: [ OK ] 6.89 sec. 2026-03-20 15:13:20 01948_heredoc: [ OK ] 1.34 sec. 2026-03-20 15:13:21 02998_operator_respect_nulls: [ OK ] 1.06 sec. 2026-03-20 15:13:23 00057_join_aliases: [ OK ] 2.40 sec. 2026-03-20 15:13:25 02481_parquet_int_list_multiple_chunks: [ OK ] 10.95 sec. 2026-03-20 15:13:28 02162_range_hashed_dictionary_ddl_expression: [ OK ] 2.88 sec. 2026-03-20 15:13:29 02046_remote_table_function_named_collections: [ OK ] 5.10 sec. 2026-03-20 15:13:31 03237_create_table_select_as_with_recursive: [ OK ] 2.83 sec. 2026-03-20 15:13:38 02685_decimal256_various: [ OK ] 6.40 sec. 2026-03-20 15:13:39 03273_format_inference_create_query_s3_url: [ OK ] 25.20 sec. 2026-03-20 15:13:42 01734_datetime64_from_float: [ OK ] 3.51 sec. 2026-03-20 15:13:42 01925_join_materialized_columns: [ OK ] 12.83 sec. 2026-03-20 15:13:43 02675_is_ipv6_function_fix: [ OK ] 1.44 sec. 2026-03-20 15:13:47 01246_finalize_aggregation_race: [ OK ] 3.38 sec. 2026-03-20 15:13:48 03250_avoid_prefetch_empty_parts: [ OK ] 5.93 sec. 2026-03-20 15:13:53 02783_max_bytes_to_read_in_schema_inference: [ OK ] 6.12 sec. 2026-03-20 15:14:02 01015_database_bad_tables: [ OK ] 23.32 sec. 2026-03-20 15:14:22 Killing process group 26658 2026-03-20 15:14:22 Processes in process group 26658: 2026-03-20 15:14:22 26658 /bin/sh -c /usr/share/clickhouse-test/queries/0_stateless/01304_direct_io_long.sh > /tmp/clickhouse-test/0_stateless/01304_direct_io_long.stdout 2> /tmp/clickhouse-test/0_stateless/01304_direct_io_long.stderr 2026-03-20 15:14:22 26659 bash /usr/share/clickhouse-test/queries/0_stateless/01304_direct_io_long.sh 2026-03-20 15:14:22 26704 /usr/bin/clickhouse-client --send_logs_level=warning --database=test_yq0stnog --log_comment 01304_direct_io_long.sh --max_insert_threads 2 --group_by_two_level_threshold 1000000 --group_by_two_level_threshold_bytes 34523904 --distributed_aggregation_memory_efficient 0 --fsync_metadata 1 --output_format_parallel_formatting 0 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 1024 --max_read_buffer_size 1011445 --prefer_localhost_replica 1 --max_block_size 70090 --max_joined_block_size_rows 98597 --max_threads 2 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 1 --optimize_or_like_chain 1 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 57 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 27448404 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 7196116791 --local_filesystem_read_method pread_threadpool --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 10 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 128Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 8Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 0 --merge_tree_coarse_index_granularity 9 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 0 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 759629979 --min_compress_block_size 681391 --max_compress_block_size 2994039 --merge_tree_compact_parts_min_granules_to_multibuffer_read 70 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 3486493 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 0 --session_timezone Africa/Juba --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.45 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 1 --cross_join_min_bytes_to_compress 0 --min_external_table_block_size_bytes 0 --max_parsing_threads 10 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 0 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 5087208952 --index_granularity_bytes 15361927 --merge_max_block_size 15342 --index_granularity 1284 --min_bytes_for_wide_part 0 --marks_compress_block_size 89424 --primary_key_compress_block_size 43196 --replace_long_file_name_to_hash 0 --max_file_name_length 23 --min_bytes_for_full_part_storage 536870912 --compact_parts_max_bytes_to_buffer 378958830 --compact_parts_max_granules_to_buffer 256 --compact_parts_merge_max_bytes_to_prefetch_part 10544551 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 100 --old_parts_lifetime 10 --allow_repeated_settings --client_logs_file=./client.fatal.log --query DROP TABLE IF EXISTS bug; CREATE TABLE bug (UserID UInt64, Date Date) ENGINE = MergeTree ORDER BY Date SETTINGS index_granularity = 8192, index_granularity_bytes = '10Mi', merge_max_block_size = 8192; INSERT INTO bug SELECT rand64(), '2020-06-07' FROM numbers(50000000); OPTIMIZE TABLE bug FINAL; 2026-03-20 15:14:22 Process group 26658 should be killed 2026-03-20 15:14:22 01304_direct_io_long: [ FAIL ] 600.36 sec. 2026-03-20 15:14:22 Reason: Timeout! ########## Short fault info ############ 2026-03-20 15:14:22 (version 24.8.14.10527.altinitytest (altinity build), build id: , git hash: ) (from thread 26704) Received signal 20 2026-03-20 15:14:22 Signal description: Stopped 2026-03-20 15:14:22 This is a signal used for debugging purposes by the user. 2026-03-20 15:14:22 Stack trace: 0x000055bc1462bf3d 0x000055bc149cf51b 0x000055bc0c1718f6 0x000055bc0c171de4 0x00007f0e10181520 0x00007f0e10257bd0 0x000055bc0c18a824 0x000055bc232d1d44 0x000055bc232d1f55 0x000055bc147c18e4 0x000055bc1ec8d219 0x000055bc1ec85dd1 0x000055bc1ec50fd3 0x000055bc1ec4fc51 0x000055bc1ec4dbfe 0x000055bc1ec5a512 0x000055bc1ec5b69a 0x000055bc1ec5fc1b 0x000055bc148cc638 0x000055bc148cccc1 0x000055bc2331239f 0x000055bc148de107 0x000055bc0c1e88e9 0x00007f0e10168d90 0x00007f0e10168e40 0x000055bc0c14302e 2026-03-20 15:14:22 ######################################## 2026-03-20 15:14:22 (version 24.8.14.10527.altinitytest (altinity build), build id: , git hash: ) (from thread 26704) (no query) Received signal Stopped (20) 2026-03-20 15:14:22 This is a signal used for debugging purposes by the user. 2026-03-20 15:14:22 Stack trace: 0x000055bc1462bf3d 0x000055bc149cf51b 0x000055bc0c1718f6 0x000055bc0c171de4 0x00007f0e10181520 0x00007f0e10257bd0 0x000055bc0c18a824 0x000055bc232d1d44 0x000055bc232d1f55 0x000055bc147c18e4 0x000055bc1ec8d219 0x000055bc1ec85dd1 0x000055bc1ec50fd3 0x000055bc1ec4fc51 0x000055bc1ec4dbfe 0x000055bc1ec5a512 0x000055bc1ec5b69a 0x000055bc1ec5fc1b 0x000055bc148cc638 0x000055bc148cccc1 0x000055bc2331239f 0x000055bc148de107 0x000055bc0c1e88e9 0x00007f0e10168d90 0x00007f0e10168e40 0x000055bc0c14302e 2026-03-20 15:14:22 0.0. inlined from ./build_docker/./src/Common/StackTrace.cpp:349: StackTrace::tryCapture() 2026-03-20 15:14:22 0. ./build_docker/./src/Common/StackTrace.cpp:318: StackTrace::StackTrace(ucontext_t const&) @ 0x000000000fa4ff3d 2026-03-20 15:14:22 1. ./build_docker/./src/Common/SignalHandlers.cpp:0: signalHandler(int, siginfo_t*, void*) @ 0x000000000fdf351b 2026-03-20 15:14:22 2. __tsan::CallUserSignalHandler(__tsan::ThreadState*, bool, bool, int, __sanitizer::__sanitizer_siginfo*, void*) @ 0x00000000075958f6 2026-03-20 15:14:22 3. sighandler(int, __sanitizer::__sanitizer_siginfo*, void*) @ 0x0000000007595de4 2026-03-20 15:14:22 4. ? @ 0x00007f0e10181520 2026-03-20 15:14:22 5. ? @ 0x00007f0e10257bd0 2026-03-20 15:14:22 6. __interceptor_poll @ 0x00000000075ae824 2026-03-20 15:14:22 7. ./build_docker/./base/poco/Net/src/SocketImpl.cpp:0: Poco::Net::SocketImpl::pollImpl(Poco::Timespan&, int) @ 0x000000001e6f5d44 2026-03-20 15:14:22 8. ./build_docker/./base/poco/Net/src/SocketImpl.cpp:0: Poco::Net::SocketImpl::poll(Poco::Timespan const&, int) @ 0x000000001e6f5f55 2026-03-20 15:14:22 9. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:0: DB::ReadBufferFromPocoSocketBase::poll(unsigned long) const @ 0x000000000fbe58e4 2026-03-20 15:14:22 10. ./build_docker/./src/IO/ReadBufferFromPocoSocketChunked.cpp:0: DB::ReadBufferFromPocoSocketChunked::poll(unsigned long) const @ 0x000000001a0b1219 2026-03-20 15:14:22 11. ./build_docker/./src/Client/Connection.cpp:1175: DB::Connection::poll(unsigned long) @ 0x000000001a0a9dd1 2026-03-20 15:14:22 12. ./build_docker/./src/Client/ClientBase.cpp:1138: DB::ClientBase::receiveResult(std::shared_ptr, int, bool) @ 0x000000001a074fd3 2026-03-20 15:14:22 13. ./build_docker/./src/Client/ClientBase.cpp:0: DB::ClientBase::processOrdinaryQuery(String const&, std::shared_ptr) @ 0x000000001a073c51 2026-03-20 15:14:22 14. ./build_docker/./src/Client/ClientBase.cpp:1959: DB::ClientBase::processParsedSingleQuery(String const&, String const&, std::shared_ptr, std::optional, bool) @ 0x000000001a071bfe 2026-03-20 15:14:22 15. ./build_docker/./src/Client/ClientBase.cpp:2277: DB::ClientBase::executeMultiQuery(String const&) @ 0x000000001a07e512 2026-03-20 15:14:22 16. ./build_docker/./src/Client/ClientBase.cpp:0: DB::ClientBase::processQueryText(String const&) @ 0x000000001a07f69a 2026-03-20 15:14:22 17. ./build_docker/./src/Client/ClientBase.cpp:0: DB::ClientBase::runNonInteractive() @ 0x000000001a083c1b 2026-03-20 15:14:22 18. ./build_docker/./programs/client/Client.cpp:397: DB::Client::main(std::vector> const&) @ 0x000000000fcf0638 2026-03-20 15:14:22 19. ./build_docker/./programs/client/Client.cpp:0: non-virtual thunk to DB::Client::main(std::vector> const&) @ 0x000000000fcf0cc1 2026-03-20 15:14:22 20. ./build_docker/./base/poco/Util/src/Application.cpp:0: Poco::Util::Application::run() @ 0x000000001e73639f 2026-03-20 15:14:22 21. ./build_docker/./programs/client/Client.cpp:0: mainEntryClickHouseClient(int, char**) @ 0x000000000fd02107 2026-03-20 15:14:22 22. ./build_docker/./programs/main.cpp:0: main @ 0x000000000760c8e9 2026-03-20 15:14:22 23. ? @ 0x00007f0e10168d90 2026-03-20 15:14:22 24. ? @ 0x00007f0e10168e40 2026-03-20 15:14:22 25. _start @ 0x000000000756702e 2026-03-20 15:14:22 ClickHouse version 24.8.14.10527.altinitytest is old and should be upgraded to the latest version. 2026-03-20 15:14:22 2026-03-20 15:14:22 Settings used in the test: --max_insert_threads 2 --group_by_two_level_threshold 1000000 --group_by_two_level_threshold_bytes 34523904 --distributed_aggregation_memory_efficient 0 --fsync_metadata 1 --output_format_parallel_formatting 0 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 1024 --max_read_buffer_size 1011445 --prefer_localhost_replica 1 --max_block_size 70090 --max_joined_block_size_rows 98597 --max_threads 2 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 1 --optimize_or_like_chain 1 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 57 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 27448404 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 7196116791 --local_filesystem_read_method pread_threadpool --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 10 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 128Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 8Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 0 --merge_tree_coarse_index_granularity 9 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 0 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 759629979 --min_compress_block_size 681391 --max_compress_block_size 2994039 --merge_tree_compact_parts_min_granules_to_multibuffer_read 70 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 3486493 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 0 --session_timezone Africa/Juba --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.45 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 1 --cross_join_min_bytes_to_compress 0 --min_external_table_block_size_bytes 0 --max_parsing_threads 10 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 0 2026-03-20 15:14:22 2026-03-20 15:14:22 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 5087208952 --index_granularity_bytes 15361927 --merge_max_block_size 15342 --index_granularity 1284 --min_bytes_for_wide_part 0 --marks_compress_block_size 89424 --primary_key_compress_block_size 43196 --replace_long_file_name_to_hash 0 --max_file_name_length 23 --min_bytes_for_full_part_storage 536870912 --compact_parts_max_bytes_to_buffer 378958830 --compact_parts_max_granules_to_buffer 256 --compact_parts_merge_max_bytes_to_prefetch_part 10544551 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 100 --old_parts_lifetime 10 2026-03-20 15:14:22 2026-03-20 15:14:22 Database: test_yq0stnog 2026-03-20 15:14:23 00979_toFloat_monotonicity: [ OK ] 20.19 sec. 2026-03-20 15:14:23 02995_index_7: [ SKIPPED ] 0.00 sec. 2026-03-20 15:14:23 Reason: not running for current build 2026-03-20 15:14:26 00013_create_table_with_arrays: [ OK ] 3.09 sec. 2026-03-20 15:14:33 02478_factorial: [ OK ] 10.16 sec. 2026-03-20 15:14:34 02271_int_sql_compatibility: [ OK ] 1.75 sec. 2026-03-20 15:14:35 03166_skip_indexes_vertical_merge_1: [ OK ] 46.10 sec. 2026-03-20 15:14:40 00211_shard_query_formatting_aliases: [ OK ] 5.08 sec. 2026-03-20 15:14:43 00750_merge_tree_merge_with_o_direct: [ OK ] 2.70 sec. 2026-03-20 15:14:46 00070_insert_fewer_columns_http: [ OK ] 3.09 sec. 2026-03-20 15:14:56 02911_join_on_nullsafe_optimization: [ OK ] 9.63 sec. 2026-03-20 15:15:02 Killing process group 26887 2026-03-20 15:15:02 Processes in process group 26887: 2026-03-20 15:15:02 26887 /bin/sh -c /usr/bin/clickhouse-client --log_comment '00377_shard_group_uniq_array_of_string_array.sql' --database=test_580hx3sc --send_logs_level=warning --multiquery --max_insert_threads 1 --group_by_two_level_threshold 1000000 --group_by_two_level_threshold_bytes 2192719 --distributed_aggregation_memory_efficient 1 --fsync_metadata 0 --output_format_parallel_formatting 0 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 3264129 --max_read_buffer_size 919845 --prefer_localhost_replica 0 --max_block_size 12480 --max_joined_block_size_rows 11959 --max_threads 3 --optimize_append_index 0 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 44 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 47541289 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 1 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method read --remote_filesystem_read_method read --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 1Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 0 --compile_sort_description 0 --merge_tree_coarse_index_granularity 12 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 1609905145 --min_compress_block_size 831842 --max_compress_block_size 251264 --merge_tree_compact_parts_min_granules_to_multibuffer_read 74 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 7447106 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Europe/Oslo --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.08 --prefer_external_sort_block_bytes 100000000 --cross_join_min_rows_to_compress 100000000 --cross_join_min_bytes_to_compress 1 --min_external_table_block_size_bytes 0 --max_parsing_threads 0 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 1 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 0.0 --prefer_fetch_merged_part_size_threshold 1 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 65 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 4683008961 --index_granularity_bytes 12195215 --merge_max_block_size 17077 --index_granularity 55568 --min_bytes_for_wide_part 108916541 --marks_compress_block_size 34264 --primary_key_compress_block_size 70022 --replace_long_file_name_to_hash 0 --max_file_name_length 128 --min_bytes_for_full_part_storage 50066146 --compact_parts_max_bytes_to_buffer 528636118 --compact_parts_max_granules_to_buffer 144 --compact_parts_merge_max_bytes_to_prefetch_part 28250468 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 25 --old_parts_lifetime 480 --allow_repeated_settings --client_logs_file=./client.fatal.log < /usr/share/clickhouse-test/queries/0_stateless/00377_shard_group_uniq_array_of_string_array.sql > /tmp/clickhouse-test/0_stateless/00377_shard_group_uniq_array_of_string_array.stdout 2> /tmp/clickhouse-test/0_stateless/00377_shard_group_uniq_array_of_string_array.stderr 2026-03-20 15:15:02 26888 /usr/bin/clickhouse-client --log_comment 00377_shard_group_uniq_array_of_string_array.sql --database=test_580hx3sc --send_logs_level=warning --multiquery --max_insert_threads 1 --group_by_two_level_threshold 1000000 --group_by_two_level_threshold_bytes 2192719 --distributed_aggregation_memory_efficient 1 --fsync_metadata 0 --output_format_parallel_formatting 0 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 3264129 --max_read_buffer_size 919845 --prefer_localhost_replica 0 --max_block_size 12480 --max_joined_block_size_rows 11959 --max_threads 3 --optimize_append_index 0 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 44 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 47541289 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 1 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method read --remote_filesystem_read_method read --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 1Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 0 --compile_sort_description 0 --merge_tree_coarse_index_granularity 12 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 1609905145 --min_compress_block_size 831842 --max_compress_block_size 251264 --merge_tree_compact_parts_min_granules_to_multibuffer_read 74 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 7447106 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Europe/Oslo --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.08 --prefer_external_sort_block_bytes 100000000 --cross_join_min_rows_to_compress 100000000 --cross_join_min_bytes_to_compress 1 --min_external_table_block_size_bytes 0 --max_parsing_threads 0 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 1 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 0.0 --prefer_fetch_merged_part_size_threshold 1 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 65 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 4683008961 --index_granularity_bytes 12195215 --merge_max_block_size 17077 --index_granularity 55568 --min_bytes_for_wide_part 108916541 --marks_compress_block_size 34264 --primary_key_compress_block_size 70022 --replace_long_file_name_to_hash 0 --max_file_name_length 128 --min_bytes_for_full_part_storage 50066146 --compact_parts_max_bytes_to_buffer 528636118 --compact_parts_max_granules_to_buffer 144 --compact_parts_merge_max_bytes_to_prefetch_part 28250468 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 25 --old_parts_lifetime 480 --allow_repeated_settings --client_logs_file=./client.fatal.log 2026-03-20 15:15:02 Process group 26887 should be killed 2026-03-20 15:15:02 00377_shard_group_uniq_array_of_string_array: [ FAIL ] 601.84 sec. 2026-03-20 15:15:02 Reason: Timeout! ########## Short fault info ############ 2026-03-20 15:15:02 (version 24.8.14.10527.altinitytest (altinity build), build id: , git hash: ) (from thread 26888) Received signal 20 2026-03-20 15:15:02 Signal description: Stopped 2026-03-20 15:15:02 This is a signal used for debugging purposes by the user. 2026-03-20 15:15:02 Stack trace: 0x000056287a4bbf3d 0x000056287a85f51b 0x00005628720018f6 0x0000562872001de4 0x00007fe64afce520 0x00007fe64b0a4bd0 0x000056287201a824 0x0000562889161d44 0x0000562889161f55 0x000056287a6518e4 0x0000562884b1d219 0x0000562884b15dd1 0x0000562884ae0fd3 0x0000562884adfc51 0x0000562884addbfe 0x0000562884aea512 0x0000562884aeb69a 0x0000562884aefd9b 0x000056287a75c638 0x000056287a75ccc1 0x00005628891a239f 0x000056287a76e107 0x00005628720788e9 0x00007fe64afb5d90 0x00007fe64afb5e40 0x0000562871fd302e 2026-03-20 15:15:02 ######################################## 2026-03-20 15:15:02 (version 24.8.14.10527.altinitytest (altinity build), build id: , git hash: ) (from thread 26888) (no query) Received signal Stopped (20) 2026-03-20 15:15:02 This is a signal used for debugging purposes by the user. 2026-03-20 15:15:02 Stack trace: 0x000056287a4bbf3d 0x000056287a85f51b 0x00005628720018f6 0x0000562872001de4 0x00007fe64afce520 0x00007fe64b0a4bd0 0x000056287201a824 0x0000562889161d44 0x0000562889161f55 0x000056287a6518e4 0x0000562884b1d219 0x0000562884b15dd1 0x0000562884ae0fd3 0x0000562884adfc51 0x0000562884addbfe 0x0000562884aea512 0x0000562884aeb69a 0x0000562884aefd9b 0x000056287a75c638 0x000056287a75ccc1 0x00005628891a239f 0x000056287a76e107 0x00005628720788e9 0x00007fe64afb5d90 0x00007fe64afb5e40 0x0000562871fd302e 2026-03-20 15:15:02 0.0. inlined from ./build_docker/./src/Common/StackTrace.cpp:349: StackTrace::tryCapture() 2026-03-20 15:15:02 0. ./build_docker/./src/Common/StackTrace.cpp:318: StackTrace::StackTrace(ucontext_t const&) @ 0x000000000fa4ff3d 2026-03-20 15:15:02 1. ./build_docker/./src/Common/SignalHandlers.cpp:0: signalHandler(int, siginfo_t*, void*) @ 0x000000000fdf351b 2026-03-20 15:15:02 2. __tsan::CallUserSignalHandler(__tsan::ThreadState*, bool, bool, int, __sanitizer::__sanitizer_siginfo*, void*) @ 0x00000000075958f6 2026-03-20 15:15:02 3. sighandler(int, __sanitizer::__sanitizer_siginfo*, void*) @ 0x0000000007595de4 2026-03-20 15:15:02 4. ? @ 0x00007fe64afce520 2026-03-20 15:15:02 5. ? @ 0x00007fe64b0a4bd0 2026-03-20 15:15:02 6. __interceptor_poll @ 0x00000000075ae824 2026-03-20 15:15:02 7. ./build_docker/./base/poco/Net/src/SocketImpl.cpp:0: Poco::Net::SocketImpl::pollImpl(Poco::Timespan&, int) @ 0x000000001e6f5d44 2026-03-20 15:15:02 8. ./build_docker/./base/poco/Net/src/SocketImpl.cpp:0: Poco::Net::SocketImpl::poll(Poco::Timespan const&, int) @ 0x000000001e6f5f55 2026-03-20 15:15:02 9. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:0: DB::ReadBufferFromPocoSocketBase::poll(unsigned long) const @ 0x000000000fbe58e4 2026-03-20 15:15:02 10. ./build_docker/./src/IO/ReadBufferFromPocoSocketChunked.cpp:0: DB::ReadBufferFromPocoSocketChunked::poll(unsigned long) const @ 0x000000001a0b1219 2026-03-20 15:15:02 11. ./build_docker/./src/Client/Connection.cpp:1175: DB::Connection::poll(unsigned long) @ 0x000000001a0a9dd1 2026-03-20 15:15:02 12. ./build_docker/./src/Client/ClientBase.cpp:1138: DB::ClientBase::receiveResult(std::shared_ptr, int, bool) @ 0x000000001a074fd3 2026-03-20 15:15:02 13. ./build_docker/./src/Client/ClientBase.cpp:0: DB::ClientBase::processOrdinaryQuery(String const&, std::shared_ptr) @ 0x000000001a073c51 2026-03-20 15:15:02 14. ./build_docker/./src/Client/ClientBase.cpp:1959: DB::ClientBase::processParsedSingleQuery(String const&, String const&, std::shared_ptr, std::optional, bool) @ 0x000000001a071bfe 2026-03-20 15:15:02 15. ./build_docker/./src/Client/ClientBase.cpp:2277: DB::ClientBase::executeMultiQuery(String const&) @ 0x000000001a07e512 2026-03-20 15:15:02 16. ./build_docker/./src/Client/ClientBase.cpp:0: DB::ClientBase::processQueryText(String const&) @ 0x000000001a07f69a 2026-03-20 15:15:02 17.0. inlined from ./contrib/llvm-project/libcxx/include/string:1499: String::__is_long[abi:v15007]() const 2026-03-20 15:15:02 17.1. inlined from ./contrib/llvm-project/libcxx/include/string:2333: ~basic_string 2026-03-20 15:15:02 17. ./build_docker/./src/Client/ClientBase.cpp:2748: DB::ClientBase::runNonInteractive() @ 0x000000001a083d9b 2026-03-20 15:15:02 18. ./build_docker/./programs/client/Client.cpp:397: DB::Client::main(std::vector> const&) @ 0x000000000fcf0638 2026-03-20 15:15:02 19. ./build_docker/./programs/client/Client.cpp:0: non-virtual thunk to DB::Client::main(std::vector> const&) @ 0x000000000fcf0cc1 2026-03-20 15:15:02 20. ./build_docker/./base/poco/Util/src/Application.cpp:0: Poco::Util::Application::run() @ 0x000000001e73639f 2026-03-20 15:15:02 21. ./build_docker/./programs/client/Client.cpp:0: mainEntryClickHouseClient(int, char**) @ 0x000000000fd02107 2026-03-20 15:15:02 22. ./build_docker/./programs/main.cpp:0: main @ 0x000000000760c8e9 2026-03-20 15:15:02 23. ? @ 0x00007fe64afb5d90 2026-03-20 15:15:02 24. ? @ 0x00007fe64afb5e40 2026-03-20 15:15:02 25. _start @ 0x000000000756702e 2026-03-20 15:15:02 ClickHouse version 24.8.14.10527.altinitytest is old and should be upgraded to the latest version. 2026-03-20 15:15:02 2026-03-20 15:15:02 Settings used in the test: --max_insert_threads 1 --group_by_two_level_threshold 1000000 --group_by_two_level_threshold_bytes 2192719 --distributed_aggregation_memory_efficient 1 --fsync_metadata 0 --output_format_parallel_formatting 0 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 3264129 --max_read_buffer_size 919845 --prefer_localhost_replica 0 --max_block_size 12480 --max_joined_block_size_rows 11959 --max_threads 3 --optimize_append_index 0 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 44 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 47541289 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 1 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method read --remote_filesystem_read_method read --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 1Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 0 --compile_sort_description 0 --merge_tree_coarse_index_granularity 12 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 1609905145 --min_compress_block_size 831842 --max_compress_block_size 251264 --merge_tree_compact_parts_min_granules_to_multibuffer_read 74 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 7447106 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Europe/Oslo --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.08 --prefer_external_sort_block_bytes 100000000 --cross_join_min_rows_to_compress 100000000 --cross_join_min_bytes_to_compress 1 --min_external_table_block_size_bytes 0 --max_parsing_threads 0 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 1 2026-03-20 15:15:02 2026-03-20 15:15:02 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 0.0 --prefer_fetch_merged_part_size_threshold 1 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 65 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 4683008961 --index_granularity_bytes 12195215 --merge_max_block_size 17077 --index_granularity 55568 --min_bytes_for_wide_part 108916541 --marks_compress_block_size 34264 --primary_key_compress_block_size 70022 --replace_long_file_name_to_hash 0 --max_file_name_length 128 --min_bytes_for_full_part_storage 50066146 --compact_parts_max_bytes_to_buffer 528636118 --compact_parts_max_granules_to_buffer 144 --compact_parts_merge_max_bytes_to_prefetch_part 28250468 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 25 --old_parts_lifetime 480 2026-03-20 15:15:02 2026-03-20 15:15:02 Database: test_580hx3sc 2026-03-20 15:15:08 02661_read_from_archive_7z: [ OK ] 41.30 sec. 2026-03-20 15:15:09 01158_zookeeper_log_long: [ OK ] 108.47 sec. 2026-03-20 15:15:11 02752_is_null_priority: [ OK ] 1.16 sec. 2026-03-20 15:15:14 03245_views_and_filter_push_down_bug: [ OK ] 1.65 sec. 2026-03-20 15:15:14 01768_array_product: [ OK ] 4.33 sec. 2026-03-20 15:15:39 02661_read_from_archive_tarbzip2: [ OK ] 43.38 sec. 2026-03-20 15:15:43 03008_local_plain_rewritable: [ OK ] 29.48 sec. 2026-03-20 15:15:43 00534_functions_bad_arguments5: [ SKIPPED ] 0.00 sec. 2026-03-20 15:15:43 Reason: not running for current build 2026-03-20 15:15:45 02706_array_map_tuples: [ OK ] 1.29 sec. 2026-03-20 15:15:47 02583_map_literal_cast: [ OK ] 1.48 sec. 2026-03-20 15:16:15 01870_modulo_partition_key: [ OK ] 28.14 sec. 2026-03-20 15:16:23 03003_codec_multiple_buffer_overflow: [ OK ] 8.21 sec. 2026-03-20 15:16:44 02421_exponential_join_rewrite_21557: [ FAIL ] 320.57 sec. 2026-03-20 15:16:44 Reason: result differs with reference: 2026-03-20 15:16:44 --- /usr/share/clickhouse-test/queries/0_stateless/02421_exponential_join_rewrite_21557.reference 2026-03-20 14:41:56.142360743 +0100 2026-03-20 15:16:44 +++ /tmp/clickhouse-test/0_stateless/02421_exponential_join_rewrite_21557.stdout 2026-03-20 15:16:44.760846340 +0100 2026-03-20 15:16:44 @@ -1 +1 @@ 2026-03-20 15:16:44 -Ok 2026-03-20 15:16:44 +Timeout exceeded while receiving data from server. Waited for 300 seconds, timeout is 300 seconds. 2026-03-20 15:16:44 2026-03-20 15:16:44 2026-03-20 15:16:44 Settings used in the test: --max_insert_threads 3 --group_by_two_level_threshold 216351 --group_by_two_level_threshold_bytes 1 --distributed_aggregation_memory_efficient 0 --fsync_metadata 1 --output_format_parallel_formatting 1 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 7020972 --max_read_buffer_size 643634 --prefer_localhost_replica 1 --max_block_size 89456 --max_joined_block_size_rows 33530 --max_threads 2 --optimize_append_index 0 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 96 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 36375713 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 1 --min_bytes_to_use_mmap_io 8349184146 --local_filesystem_read_method io_uring --remote_filesystem_read_method read --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 3 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 128Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 0 --merge_tree_coarse_index_granularity 13 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 2111637655 --min_compress_block_size 2379042 --max_compress_block_size 2517971 --merge_tree_compact_parts_min_granules_to_multibuffer_read 103 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 5376888 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 0 --session_timezone America/Hermosillo --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.23 --prefer_external_sort_block_bytes 1 --cross_join_min_rows_to_compress 1 --cross_join_min_bytes_to_compress 0 --min_external_table_block_size_bytes 100000000 --max_parsing_threads 1 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 0 2026-03-20 15:16:44 2026-03-20 15:16:44 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 0.8492026931015132 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 84 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 10737418240 --index_granularity_bytes 24592571 --merge_max_block_size 6943 --index_granularity 7060 --min_bytes_for_wide_part 0 --marks_compress_block_size 38201 --primary_key_compress_block_size 78999 --replace_long_file_name_to_hash 0 --max_file_name_length 0 --min_bytes_for_full_part_storage 536870912 --compact_parts_max_bytes_to_buffer 458847241 --compact_parts_max_granules_to_buffer 8 --compact_parts_merge_max_bytes_to_prefetch_part 8229227 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 42 --old_parts_lifetime 10 2026-03-20 15:16:44 2026-03-20 15:16:44 Database: test_g9sqszzf 2026-03-20 15:16:47 03037_zero_step_in_numbers_table_function: [ OK ] 2.46 sec. 2026-03-20 15:16:50 00563_complex_in_expression: [ OK ] 2.64 sec. 2026-03-20 15:16:53 01286_constraints_on_default: [ OK ] 2.99 sec. 2026-03-20 15:16:55 02863_interpolate_subquery: [ OK ] 1.43 sec. 2026-03-20 15:17:05 02388_conversion_from_string_with_datetime64_to_date_and_date32: [ OK ] 9.94 sec. 2026-03-20 15:17:05 00754_distributed_optimize_skip_select_on_unused_shards: [ OK ] 41.29 sec. 2026-03-20 15:17:10 01846_null_as_default_for_insert_select: [ OK ] 4.99 sec. 2026-03-20 15:17:15 02973_s3_compressed_file_in_error_message: [ OK ] 4.93 sec. 2026-03-20 15:17:18 01710_projection_in_index: [ OK ] 2.87 sec. 2026-03-20 15:17:18 01091_query_profiler_does_not_hang: [ SKIPPED ] 0.00 sec. 2026-03-20 15:17:18 Reason: not running for current build 2026-03-20 15:17:19 00187_like_regexp_prefix: [ OK ] 0.85 sec. 2026-03-20 15:17:22 02968_mysql_show_warnings: [ OK ] 2.83 sec. 2026-03-20 15:17:23 00352_external_sorting_and_constants: [ OK ] 128.81 sec. 2026-03-20 15:17:24 02000_default_from_default_empty_column: [ OK ] 1.15 sec. 2026-03-20 15:17:31 03096_order_by_system_tables: [ OK ] 7.28 sec. 2026-03-20 15:17:32 00690_insert_select_converting_exception_message: [ OK ] 9.89 sec. 2026-03-20 15:17:34 01710_projections_in_distributed_query: [ OK ] 2.75 sec. 2026-03-20 15:17:35 00417_system_build_options: [ OK ] 2.61 sec. 2026-03-20 15:17:35 00961_checksums_in_system_parts_columns_table: [ OK ] 0.97 sec. 2026-03-20 15:17:37 01581_to_int_inf_nan: [ OK ] 1.93 sec. 2026-03-20 15:17:38 02269_insert_select_with_format_without_schema_inference: [ OK ] 0.85 sec. 2026-03-20 15:17:38 02001_dist_on_dist_WithMergeableStateAfterAggregation: [ OK ] 2.33 sec. 2026-03-20 15:17:39 00433_ifnull: [ OK ] 1.22 sec. 2026-03-20 15:17:40 03018_analyzer_greater_null: [ OK ] 0.96 sec. 2026-03-20 15:17:42 01543_collate_in_tuple: [ OK ] 2.20 sec. 2026-03-20 15:17:44 00019_shard_quantiles_totals_distributed: [ OK ] 1.53 sec. 2026-03-20 15:17:49 01495_subqueries_in_with_statement_3: [ OK ] 4.44 sec. 2026-03-20 15:17:49 02235_brotli_bug: [ OK ] 235.48 sec. 2026-03-20 15:17:54 02731_zero_objects_in_metadata: [ OK ] 14.96 sec. 2026-03-20 15:17:55 02534_analyzer_grouping_function: [ OK ] 1.49 sec. 2026-03-20 15:18:00 02572_materialized_views_ignore_errors: [ OK ] 10.53 sec. 2026-03-20 15:18:02 02242_negative_datetime64: [ OK ] 1.15 sec. 2026-03-20 15:18:03 02514_if_with_lazy_low_cardinality: [ OK ] 1.16 sec. 2026-03-20 15:18:05 01213_optimize_skip_unused_shards_DISTINCT: [ OK ] 1.97 sec. 2026-03-20 15:18:07 01825_new_type_json_ghdata_insert_select: [ FAIL ] 558.65 sec. 2026-03-20 15:18:07 Reason: result differs with reference: 2026-03-20 15:18:07 --- /usr/share/clickhouse-test/queries/0_stateless/01825_new_type_json_ghdata_insert_select.reference 2026-03-20 14:41:56.010360643 +0100 2026-03-20 15:18:07 +++ /tmp/clickhouse-test/0_stateless/01825_new_type_json_ghdata_insert_select.stdout 2026-03-20 15:18:07.680046308 +0100 2026-03-20 15:18:07 @@ -1 +1 @@ 2026-03-20 15:18:07 -1 2026-03-20 15:18:07 +Timeout exceeded while receiving data from server. Waited for 300 seconds, timeout is 300 seconds. 2026-03-20 15:18:07 2026-03-20 15:18:07 2026-03-20 15:18:07 Settings used in the test: --max_insert_threads 3 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 24577667 --distributed_aggregation_memory_efficient 0 --fsync_metadata 1 --output_format_parallel_formatting 0 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 6868263 --max_read_buffer_size 870336 --prefer_localhost_replica 1 --max_block_size 60235 --max_joined_block_size_rows 44806 --max_threads 2 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 35 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 5257861 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 1 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method pread_threadpool --remote_filesystem_read_method read --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 64Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 1Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 0 --compile_sort_description 0 --merge_tree_coarse_index_granularity 31 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 0 --max_bytes_before_external_group_by 653645205 --max_bytes_before_remerge_sort 2851229686 --min_compress_block_size 1242223 --max_compress_block_size 1263127 --merge_tree_compact_parts_min_granules_to_multibuffer_read 102 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 91080 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 0 --session_timezone Europe/Oslo --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.02 --prefer_external_sort_block_bytes 1 --cross_join_min_rows_to_compress 0 --cross_join_min_bytes_to_compress 100000000 --min_external_table_block_size_bytes 1 --max_parsing_threads 0 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 0 2026-03-20 15:18:07 2026-03-20 15:18:07 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 0.6823439388974083 --prefer_fetch_merged_part_size_threshold 5403914558 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 97 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 10737418240 --index_granularity_bytes 19639130 --merge_max_block_size 3367 --index_granularity 59279 --min_bytes_for_wide_part 343794172 --marks_compress_block_size 41521 --primary_key_compress_block_size 38133 --replace_long_file_name_to_hash 1 --max_file_name_length 128 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 376688321 --compact_parts_max_granules_to_buffer 1 --compact_parts_merge_max_bytes_to_prefetch_part 13909336 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 61 --old_parts_lifetime 57 2026-03-20 15:18:07 2026-03-20 15:18:07 Database: test_3uvgw9zf 2026-03-20 15:18:17 01814_distributed_push_down_limit: [ OK ] 21.93 sec. 2026-03-20 15:18:19 01070_exception_code_in_query_log_table: [ OK ] 11.47 sec. 2026-03-20 15:18:20 02152_invalid_setting_with_hints_in_http_request: [ OK ] 2.48 sec. 2026-03-20 15:18:21 01447_json_strings: [ OK ] 0.83 sec. 2026-03-20 15:18:22 03128_argMin_combinator_projection: [ OK ] 3.07 sec. 2026-03-20 15:18:24 02962_analyzer_resolve_group_by_on_shards: [ OK ] 1.33 sec. 2026-03-20 15:18:25 02023_transform_or_to_in: [ OK ] 1.46 sec. 2026-03-20 15:18:26 01753_system_zookeeper_query_param_path_long: [ OK ] 4.89 sec. 2026-03-20 15:18:27 02030_quantiles_underflow: [ OK ] 0.80 sec. 2026-03-20 15:18:28 02319_timeslots_dt64: [ OK ] 2.42 sec. 2026-03-20 15:18:30 02001_compress_output_file: [ OK ] 3.27 sec. 2026-03-20 15:18:30 01312_skip_empty_params: [ OK ] 2.26 sec. 2026-03-20 15:18:36 03033_hive_text_read_variable_fields: [ OK ] 5.67 sec. 2026-03-20 15:18:36 02457_morton_coding_with_mask: [ OK ] 47.31 sec. 2026-03-20 15:18:40 00625_query_in_form_data: [ OK ] 3.08 sec. 2026-03-20 15:18:40 01582_move_to_prewhere_compact_parts: [ OK ] 3.54 sec. 2026-03-20 15:18:42 00907_set_index_with_nullable_and_low_cardinality_bug: [ OK ] 1.68 sec. 2026-03-20 15:18:43 00220_shard_with_totals_in_subquery_remote_and_limit: [ OK ] 1.70 sec. 2026-03-20 15:18:47 02421_formats_with_totals_and_extremes: [ OK ] 3.81 sec. 2026-03-20 15:18:47 01030_incorrect_count_summing_merge_tree: [ OK ] 7.75 sec. 2026-03-20 15:18:48 02568_array_map_const_low_cardinality: [ OK ] 0.92 sec. 2026-03-20 15:18:52 02920_capnp_protobuf_auto_schema_nested: [ OK ] 4.64 sec. 2026-03-20 15:18:53 01601_custom_tld: [ OK ] 4.21 sec. 2026-03-20 15:18:54 02285_executable_user_defined_function_group_by: [ OK ] 2.16 sec. 2026-03-20 15:18:55 01248_least_greatest_mixed_const: [ OK ] 0.93 sec. 2026-03-20 15:18:58 00898_quantile_timing_parameter_check: [ OK ] 1.78 sec. 2026-03-20 15:19:05 02537_distributed_loosing_files_after_exception: [ OK ] 12.01 sec. 2026-03-20 15:19:09 01109_inflating_cross_join: [ OK ] 3.50 sec. 2026-03-20 15:19:11 01681_arg_min_max_if_fix: [ OK ] 1.75 sec. 2026-03-20 15:19:11 02481_parquet_list_monotonically_increasing_offsets: [ SKIPPED ] 0.00 sec. 2026-03-20 15:19:11 Reason: not running for current build 2026-03-20 15:19:13 01231_log_queries_min_type: [ OK ] 43.22 sec. 2026-03-20 15:19:14 01033_dictionaries_lifetime: [ OK ] 3.07 sec. 2026-03-20 15:19:14 02907_backup_mv_with_no_source_table: [ OK ] 16.47 sec. 2026-03-20 15:19:16 02431_single_value_or_null_empty: [ OK ] 1.88 sec. 2026-03-20 15:19:23 01344_alter_enum_partition_key: [ OK ] 7.42 sec. 2026-03-20 15:19:33 01825_type_json_6: [ OK ] 9.07 sec. 2026-03-20 15:19:34 01825_type_json_bools: [ OK ] 1.32 sec. 2026-03-20 15:19:36 00949_format: [ OK ] 21.32 sec. 2026-03-20 15:19:36 03811_sparse_column_aggregation_with_sum: [ OK ] 20.93 sec. 2026-03-20 15:19:36 00956_sensitive_data_masking: [ OK ] 90.59 sec. 2026-03-20 15:19:37 01109_sc0rp10_string_hash_map_zero_bytes: [ OK ] 1.51 sec. 2026-03-20 15:19:38 02782_inconsistent_formatting_and_constant_folding: [ OK ] 1.73 sec. 2026-03-20 15:19:38 02474_analyzer_subqueries_table_expression_modifiers: [ OK ] 3.94 sec. 2026-03-20 15:19:39 02710_topk_with_empty_array: [ OK ] 0.93 sec. 2026-03-20 15:19:40 02790_keyed_hash_bug: [ OK ] 0.86 sec. 2026-03-20 15:19:40 03227_test_sample_n: [ OK ] 4.39 sec. 2026-03-20 15:19:41 02002_parse_map_int_key: [ OK ] 0.94 sec. 2026-03-20 15:19:41 01602_array_aggregation: [ OK ] 4.00 sec. 2026-03-20 15:19:42 01907_multiple_aliases: [ OK ] 1.67 sec. 2026-03-20 15:19:43 02140_clickhouse_local_queries_file_table: [ OK ] 2.58 sec. 2026-03-20 15:19:44 00528_const_of_nullable: [ OK ] 1.20 sec. 2026-03-20 15:19:45 01026_char_utf8: [ OK ] 1.00 sec. 2026-03-20 15:19:50 00927_asof_join_other_types: [ OK ] 8.84 sec. 2026-03-20 15:19:52 02302_lc_nullable_string_insert_as_number: [ OK ] 1.40 sec. 2026-03-20 15:20:03 02514_database_replicated_no_arguments_for_rmt: [ OK ] 17.34 sec. 2026-03-20 15:20:04 01639_distributed_sync_insert_zero_rows: [ OK ] 11.48 sec. 2026-03-20 15:20:06 01300_polygon_convex_hull: [ OK ] 1.38 sec. 2026-03-20 15:20:06 02437_drop_mv_restart_replicas: [ OK ] 22.69 sec. 2026-03-20 15:20:06 03036_dynamic_read_shared_subcolumns_wide_merge_tree: [ SKIPPED ] 0.00 sec. 2026-03-20 15:20:06 Reason: not running for current build 2026-03-20 15:20:06 02482_value_block_assert: [ OK ] 2.14 sec. API: SYSTEM.config Time: 14:20:09 UTC 03/20/2026 DeploymentID: 0a2ef1e2-fde0-44a7-894a-08738676f45a Error: unable to send webhook log entry to 'minio-http-audit-ch_audit_webhook' err 'http://localhost:8123/?async_insert=1&wait_for_async_insert=0&async_insert_busy_timeout_min_ms=5000&async_insert_busy_timeout_max_ms=5000&async_insert_max_query_number=1000&async_insert_max_data_size=10485760&query=INSERT%20INTO%20minio_audit_logs%20FORMAT%20LineAsString returned 'Post "http://localhost:8123/?async_insert=1&wait_for_async_insert=0&async_insert_busy_timeout_min_ms=5000&async_insert_busy_timeout_max_ms=5000&async_insert_max_query_number=1000&async_insert_max_data_size=10485760&query=INSERT%20INTO%20minio_audit_logs%20FORMAT%20LineAsString": context deadline exceeded', please check your endpoint configuration' (*fmt.wrapError) 4: internal/logger/logonce.go:64:logger.(*logOnceType).logOnceConsoleIf() 3: internal/logger/logonce.go:157:logger.LogOnceConsoleIf() 2: cmd/logging.go:132:cmd.configLogOnceConsoleIf() 1: internal/logger/target/http/http.go:416:http.(*Target).startQueueProcessor() 2026-03-20 15:20:10 02185_orc_corrupted_file: [ OK ] 4.00 sec. 2026-03-20 15:20:12 00374_any_last_if_merge: [ OK ] 1.19 sec. 2026-03-20 15:20:12 00363_defaults: [ OK ] 5.81 sec. 2026-03-20 15:20:14 02337_multiple_joins_original_names: [ OK ] 1.71 sec. 2026-03-20 15:20:17 00386_enum_in_pk: [ OK ] 5.66 sec. 2026-03-20 15:20:19 00098_d_union_all: [ OK ] 1.42 sec. 2026-03-20 15:20:20 02725_alias_with_restricted_keywords: [ OK ] 0.77 sec. 2026-03-20 15:20:25 02922_deduplication_with_zero_copy: [ OK ] 46.79 sec. 2026-03-20 15:20:25 01006_ttl_with_default_2: [ OK ] 4.49 sec. 2026-03-20 15:20:27 01031_semi_anti_join: [ OK ] 1.98 sec. 2026-03-20 15:20:27 02803_remote_cannot_clone_block: [ OK ] 2.09 sec. 2026-03-20 15:20:31 00822_array_insert_default: [ OK ] 206.10 sec. 2026-03-20 15:20:31 03032_redundant_equals: [ OK ] 3.86 sec. 2026-03-20 15:20:32 02187_insert_values_with_mv: [ OK ] 17.62 sec. 2026-03-20 15:20:33 02008_tuple_to_name_value_pairs: [ OK ] 1.70 sec. 2026-03-20 15:20:34 01258_bom_tsv: [ OK ] 2.42 sec. 2026-03-20 15:20:35 01543_parse_datetime_besteffort_or_null_empty_string: [ OK ] 1.70 sec. 2026-03-20 15:20:41 01602_max_distributed_connections: [ OK ] 12.70 sec. 2026-03-20 15:20:41 02097_json_strings_deserialization: [ OK ] 7.75 sec. 2026-03-20 15:20:44 01117_chain_finalize_bug: [ OK ] 8.80 sec. 2026-03-20 15:20:45 01800_log_nested: [ OK ] 2.23 sec. 2026-03-20 15:20:47 01772_intdiv_minus_one_ubsan: [ OK ] 1.19 sec. 2026-03-20 15:20:47 01917_distinct_on: [ OK ] 2.83 sec. 2026-03-20 15:20:49 02165_h3_exact_edge_length_Km: [ OK ] 1.82 sec. 2026-03-20 15:20:50 03037_recursive_cte_postgres_3: [ OK ] 9.57 sec. 2026-03-20 15:20:53 01511_prewhere_with_virtuals: [ OK ] 1.64 sec. 2026-03-20 15:20:54 02343_group_by_use_nulls_distributed: [ OK ] 4.73 sec. 2026-03-20 15:20:54 01825_type_json_wide_parts_merge: [ OK ] 1.45 sec. 2026-03-20 15:20:55 01533_quantile_deterministic_assert: [ OK ] 1.14 sec. 2026-03-20 15:20:56 02845_prewhere_preserve_column: [ OK ] 1.23 sec. 2026-03-20 15:21:00 02319_lightweight_delete_on_merge_tree_compact_parts: [ OK ] 12.74 sec. 2026-03-20 15:21:03 03001_restore_from_old_backup_with_matview_inner_table_metadata: [ OK ] 8.86 sec. 2026-03-20 15:21:05 00691_array_distinct: [ OK ] 1.95 sec. 2026-03-20 15:21:07 03008_deduplication_cases_from_docs: [ OK ] 10.26 sec. 2026-03-20 15:21:08 00977_int_div: [ OK ] 2.19 sec. 2026-03-20 15:21:09 01888_bloom_filter_hasAny: [ OK ] 8.98 sec. 2026-03-20 15:21:09 02128_hex_bin_on_uuid: [ OK ] 1.28 sec. 2026-03-20 15:21:11 01356_wrong_filter-type_bug: [ OK ] 1.54 sec. 2026-03-20 15:21:11 03035_max_insert_threads_support: [ OK ] 3.89 sec. 2026-03-20 15:21:15 02165_h3_exact_edge_length_rads: [ OK ] 3.94 sec. 2026-03-20 15:21:20 01936_three_parts_identifiers_in_wrong_places: [ OK ] 5.19 sec. 2026-03-20 15:21:22 02722_log_profile_events: [ OK ] 1.25 sec. 2026-03-20 15:21:23 02916_dictionary_access: [ OK ] 13.91 sec. 2026-03-20 15:21:24 01324_if_transform_strings_to_enum: [ OK ] 1.80 sec. 2026-03-20 15:21:42 02919_storage_fuzzjson: [ OK ] 17.25 sec. 2026-03-20 15:21:49 00264_uniq_many_args: [ OK ] 37.61 sec. 2026-03-20 15:21:52 01338_sha256_fixedstring: [ OK ] 2.85 sec. 2026-03-20 15:21:53 01420_format_row: [ OK ] 10.88 sec. 2026-03-20 15:21:58 01134_set_overflow_mode: [ OK ] 4.64 sec. 2026-03-20 15:21:59 02478_projection_and_alter_low_cardinality: [ OK ] 6.75 sec. 2026-03-20 15:22:05 01277_toUnixTimestamp64: [ OK ] 5.91 sec. 2026-03-20 15:22:07 00974_final_predicate_push_down: [ OK ] 2.24 sec. 2026-03-20 15:22:13 01650_drop_part_and_deduplication_zookeeper_long: [ OK ] 6.06 sec. 2026-03-20 15:22:20 02022_array_full_text_bloom_filter_index: [ OK ] 6.00 sec. 2026-03-20 15:22:28 01313_parse_date_time_best_effort_null_zero: [ OK ] 7.57 sec. 2026-03-20 15:22:32 00928_multi_match_constant_constant: [ OK ] 4.08 sec. 2026-03-20 15:22:39 03210_variant_with_aggregate_function_type: [ OK ] 6.71 sec. 2026-03-20 15:22:41 02900_decimal_sort_with_multiple_columns: [ OK ] 1.10 sec. 2026-03-20 15:23:13 02148_issue_32737: [ OK ] 30.55 sec. 2026-03-20 15:23:19 00671_max_intersections: [ OK ] 5.08 sec. 2026-03-20 15:23:23 01710_projection_part_check: [ OK ] 3.54 sec. 2026-03-20 15:23:25 03261_variant_permutation_bug: [ OK ] 1.87 sec. 2026-03-20 15:23:28 01455_opentelemetry_distributed: [ OK ] 124.92 sec. 2026-03-20 15:23:34 00140_parse_unix_timestamp_as_datetime: [ OK ] 8.88 sec. 2026-03-20 15:23:34 01810_max_part_removal_threads_long: [ OK ] 96.10 sec. 2026-03-20 15:23:35 03204_storage_join_optimize: [ OK ] 0.90 sec. 2026-03-20 15:23:35 00336_shard_stack_trace: [ OK ] 6.93 sec. 2026-03-20 15:23:36 00714_create_temporary_table_with_in_clause: [ OK ] 0.90 sec. 2026-03-20 15:23:37 01355_if_fixed_string: [ OK ] 0.74 sec. 2026-03-20 15:23:38 03164_analyzer_global_in_alias: [ OK ] 1.34 sec. 2026-03-20 15:23:39 01711_cte_subquery_fix: [ OK ] 0.79 sec. 2026-03-20 15:23:39 02303_query_kind: [ OK ] 4.01 sec. 2026-03-20 15:23:40 02795_full_join_assert_cast: [ OK ] 0.69 sec. 2026-03-20 15:23:42 01660_sum_ubsan: [ OK ] 1.90 sec. 2026-03-20 15:23:56 01073_window_view_event_tumble_to_asc_populate: [ OK ] 16.43 sec. 2026-03-20 15:23:58 02736_bit_count_big_int: [ OK ] 1.70 sec. 2026-03-20 15:24:10 01413_allow_non_metadata_alters: [ OK ] 12.02 sec. 2026-03-20 15:24:11 02911_analyzer_remove_unused_projection_columns: [ OK ] 1.48 sec. 2026-03-20 15:24:12 02410_csv_empty_fields_inference: [ OK ] 0.85 sec. 2026-03-20 15:24:34 01114_database_atomic: [ OK ] 60.19 sec. 2026-03-20 15:24:45 02867_nullable_primary_key_final: [ OK ] 32.20 sec. 2026-03-20 15:24:45 Killing process group 33338 2026-03-20 15:24:45 Processes in process group 33338: 2026-03-20 15:24:45 33338 /bin/sh -c /usr/share/clickhouse-test/queries/0_stateless/02967_parallel_replicas_join_algo_and_analyzer_3.sh > /tmp/clickhouse-test/0_stateless/02967_parallel_replicas_join_algo_and_analyzer_3.stdout 2> /tmp/clickhouse-test/0_stateless/02967_parallel_replicas_join_algo_and_analyzer_3.stderr 2026-03-20 15:24:45 33341 bash /usr/share/clickhouse-test/queries/0_stateless/02967_parallel_replicas_join_algo_and_analyzer_3.sh 2026-03-20 15:24:45 38889 /usr/bin/clickhouse-client --send_logs_level=warning --database=test_5019ulj7 --log_comment 02967_parallel_replicas_join_algo_and_analyzer_3.sh --client_logs_file=./client.fatal.log -q select * from (select key, value from num_1) l inner join (select key, value from num_2 inner join (select number * 7 as key from numbers(1e5)) as nn on num_2.key = nn.key settings join_algorithm='full_sorting_merge') r on l.key = r.key order by l.key limit 10 offset 10000 SETTINGS enable_analyzer=1, enable_parallel_replicas = 2, max_parallel_replicas = 2, parallel_replicas_for_non_replicated_merge_tree = 1, cluster_for_parallel_replicas = 'test_cluster_one_shard_three_replicas_localhost', parallel_replicas_local_plan=1, parallel_replicas_prefer_local_join=0, send_logs_level='trace', join_algorithm='hash' 2026-03-20 15:24:45 38890 grep executeQuery\|.*Coordinator: Coordination done 2026-03-20 15:24:45 38891 grep -o SELECT.*WithMergeableState)\|.*Coordinator: Coordination done 2026-03-20 15:24:45 38892 sed -re s/_data_[[:digit:]]+_[[:digit:]]+/_data_/g 2026-03-20 15:24:45 Process group 33338 should be killed 2026-03-20 15:24:45 02967_parallel_replicas_join_algo_and_analyzer_3: [ FAIL ] 600.12 sec. 2026-03-20 15:24:45 Reason: Timeout! 2026-03-20 15:24:45 2026-03-20 15:24:45 Database: test_5019ulj7 2026-03-20 15:24:46 01716_decimal_comparison_ubsan: [ OK ] 0.93 sec. 2026-03-20 15:24:48 01271_http_code_parse_error: [ OK ] 12.59 sec. 2026-03-20 15:24:50 01227_distributed_global_in_issue_2610: [ OK ] 3.61 sec. 2026-03-20 15:24:50 02995_index_1: [ SKIPPED ] 0.00 sec. 2026-03-20 15:24:50 Reason: not running for current build 2026-03-20 15:24:50 00430_https_server: [ OK ] 2.00 sec. 2026-03-20 15:24:52 02844_distributed_virtual_columns: [ OK ] 1.34 sec. 2026-03-20 15:24:52 02386_set_columns_order: [ OK ] 2.02 sec. 2026-03-20 15:24:55 03124_analyzer_nested_CTE_dist_in: [ OK ] 2.45 sec. 2026-03-20 15:24:56 01493_alter_remove_properties: [ OK ] 3.50 sec. 2026-03-20 15:24:58 01500_StorageFile_write_to_fd: [ OK ] 2.62 sec. 2026-03-20 15:24:58 02518_rewrite_aggregate_function_with_if: [ OK ] 1.77 sec. 2026-03-20 15:25:05 01223_dist_on_dist: [ OK ] 20.04 sec. 2026-03-20 15:25:07 02294_stringsearch_with_nonconst_needle: [ OK ] 8.54 sec. 2026-03-20 15:25:08 01676_round_int_ubsan: [ OK ] 0.96 sec. 2026-03-20 15:25:09 00567_parse_datetime_as_unix_timestamp: [ OK ] 0.85 sec. 2026-03-20 15:25:10 02125_query_views_log_window_function: [ OK ] 11.74 sec. 2026-03-20 15:25:13 Killing process group 33754 2026-03-20 15:25:13 Processes in process group 33754: 2026-03-20 15:25:13 33754 /bin/sh -c /usr/bin/clickhouse-client --log_comment '01630_simple_aggregate_all_functions_in_aggregating_merge_tree.sql' --database=test_6xke735c --send_logs_level=warning --multiquery --max_insert_threads 2 --group_by_two_level_threshold 847998 --group_by_two_level_threshold_bytes 1 --distributed_aggregation_memory_efficient 1 --fsync_metadata 1 --output_format_parallel_formatting 1 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 17944058 --max_read_buffer_size 681788 --prefer_localhost_replica 0 --max_block_size 18903 --max_joined_block_size_rows 71456 --max_threads 1 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 81 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 26745935 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method pread --remote_filesystem_read_method read --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 0 --compile_sort_description 1 --merge_tree_coarse_index_granularity 20 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 2927268853 --max_bytes_before_remerge_sort 2763398518 --min_compress_block_size 1887835 --max_compress_block_size 139644 --merge_tree_compact_parts_min_granules_to_multibuffer_read 11 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 2633921 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Mexico/BajaSur --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.15 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 0 --cross_join_min_bytes_to_compress 1 --min_external_table_block_size_bytes 100000000 --max_parsing_threads 1 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 0 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 766509933 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 1363789290 --index_granularity_bytes 24411520 --merge_max_block_size 2752 --index_granularity 32936 --min_bytes_for_wide_part 1030242437 --marks_compress_block_size 96091 --primary_key_compress_block_size 80729 --replace_long_file_name_to_hash 0 --max_file_name_length 100 --min_bytes_for_full_part_storage 440529011 --compact_parts_max_bytes_to_buffer 286743574 --compact_parts_max_granules_to_buffer 100 --compact_parts_merge_max_bytes_to_prefetch_part 13673887 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 97 --old_parts_lifetime 10 --allow_repeated_settings --client_logs_file=./client.fatal.log < /usr/share/clickhouse-test/queries/0_stateless/01630_simple_aggregate_all_functions_in_aggregating_merge_tree.sql > /tmp/clickhouse-test/0_stateless/01630_simple_aggregate_all_functions_in_aggregating_merge_tree.stdout 2> /tmp/clickhouse-test/0_stateless/01630_simple_aggregate_all_functions_in_aggregating_merge_tree.stderr 2026-03-20 15:25:13 33755 /usr/bin/clickhouse-client --log_comment 01630_simple_aggregate_all_functions_in_aggregating_merge_tree.sql --database=test_6xke735c --send_logs_level=warning --multiquery --max_insert_threads 2 --group_by_two_level_threshold 847998 --group_by_two_level_threshold_bytes 1 --distributed_aggregation_memory_efficient 1 --fsync_metadata 1 --output_format_parallel_formatting 1 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 17944058 --max_read_buffer_size 681788 --prefer_localhost_replica 0 --max_block_size 18903 --max_joined_block_size_rows 71456 --max_threads 1 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 81 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 26745935 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method pread --remote_filesystem_read_method read --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 0 --compile_sort_description 1 --merge_tree_coarse_index_granularity 20 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 2927268853 --max_bytes_before_remerge_sort 2763398518 --min_compress_block_size 1887835 --max_compress_block_size 139644 --merge_tree_compact_parts_min_granules_to_multibuffer_read 11 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 2633921 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Mexico/BajaSur --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.15 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 0 --cross_join_min_bytes_to_compress 1 --min_external_table_block_size_bytes 100000000 --max_parsing_threads 1 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 0 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 766509933 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 1363789290 --index_granularity_bytes 24411520 --merge_max_block_size 2752 --index_granularity 32936 --min_bytes_for_wide_part 1030242437 --marks_compress_block_size 96091 --primary_key_compress_block_size 80729 --replace_long_file_name_to_hash 0 --max_file_name_length 100 --min_bytes_for_full_part_storage 440529011 --compact_parts_max_bytes_to_buffer 286743574 --compact_parts_max_granules_to_buffer 100 --compact_parts_merge_max_bytes_to_prefetch_part 13673887 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 97 --old_parts_lifetime 10 --allow_repeated_settings --client_logs_file=./client.fatal.log 2026-03-20 15:25:13 Process group 33754 should be killed 2026-03-20 15:25:13 01630_simple_aggregate_all_functions_in_aggregating_merge_tree: [ FAIL ] 600.52 sec. 2026-03-20 15:25:13 Reason: Timeout! ########## Short fault info ############ 2026-03-20 15:25:13 (version 24.8.14.10527.altinitytest (altinity build), build id: , git hash: ) (from thread 33755) Received signal 20 2026-03-20 15:25:13 Signal description: Stopped 2026-03-20 15:25:13 This is a signal used for debugging purposes by the user. 2026-03-20 15:25:13 Stack trace: 0x0000563dd6783f3d 0x0000563dd6b2751b 0x0000563dce2c98f6 0x0000563dce2c9de4 0x00007fec717a4520 0x00007fec7187abd0 0x0000563dce2e2824 0x0000563de5429d44 0x0000563de5429f55 0x0000563dd69198e4 0x0000563de0de5219 0x0000563de0ddddd1 0x0000563de0da8fd3 0x0000563de0da7c51 0x0000563de0da5bfe 0x0000563de0db2512 0x0000563de0db369a 0x0000563de0db7d9b 0x0000563dd6a24638 0x0000563dd6a24cc1 0x0000563de546a39f 0x0000563dd6a36107 0x0000563dce3408e9 0x00007fec7178bd90 0x00007fec7178be40 0x0000563dce29b02e 2026-03-20 15:25:13 ######################################## 2026-03-20 15:25:13 (version 24.8.14.10527.altinitytest (altinity build), build id: , git hash: ) (from thread 33755) (no query) Received signal Stopped (20) 2026-03-20 15:25:13 This is a signal used for debugging purposes by the user. 2026-03-20 15:25:13 Stack trace: 0x0000563dd6783f3d 0x0000563dd6b2751b 0x0000563dce2c98f6 0x0000563dce2c9de4 0x00007fec717a4520 0x00007fec7187abd0 0x0000563dce2e2824 0x0000563de5429d44 0x0000563de5429f55 0x0000563dd69198e4 0x0000563de0de5219 0x0000563de0ddddd1 0x0000563de0da8fd3 0x0000563de0da7c51 0x0000563de0da5bfe 0x0000563de0db2512 0x0000563de0db369a 0x0000563de0db7d9b 0x0000563dd6a24638 0x0000563dd6a24cc1 0x0000563de546a39f 0x0000563dd6a36107 0x0000563dce3408e9 0x00007fec7178bd90 0x00007fec7178be40 0x0000563dce29b02e 2026-03-20 15:25:13 0.0. inlined from ./build_docker/./src/Common/StackTrace.cpp:349: StackTrace::tryCapture() 2026-03-20 15:25:13 0. ./build_docker/./src/Common/StackTrace.cpp:318: StackTrace::StackTrace(ucontext_t const&) @ 0x000000000fa4ff3d 2026-03-20 15:25:13 1. ./build_docker/./src/Common/SignalHandlers.cpp:0: signalHandler(int, siginfo_t*, void*) @ 0x000000000fdf351b 2026-03-20 15:25:13 2. __tsan::CallUserSignalHandler(__tsan::ThreadState*, bool, bool, int, __sanitizer::__sanitizer_siginfo*, void*) @ 0x00000000075958f6 2026-03-20 15:25:13 3. sighandler(int, __sanitizer::__sanitizer_siginfo*, void*) @ 0x0000000007595de4 2026-03-20 15:25:13 4. ? @ 0x00007fec717a4520 2026-03-20 15:25:13 5. ? @ 0x00007fec7187abd0 2026-03-20 15:25:13 6. __interceptor_poll @ 0x00000000075ae824 2026-03-20 15:25:13 7. ./build_docker/./base/poco/Net/src/SocketImpl.cpp:0: Poco::Net::SocketImpl::pollImpl(Poco::Timespan&, int) @ 0x000000001e6f5d44 2026-03-20 15:25:13 8. ./build_docker/./base/poco/Net/src/SocketImpl.cpp:0: Poco::Net::SocketImpl::poll(Poco::Timespan const&, int) @ 0x000000001e6f5f55 2026-03-20 15:25:13 9. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:0: DB::ReadBufferFromPocoSocketBase::poll(unsigned long) const @ 0x000000000fbe58e4 2026-03-20 15:25:13 10. ./build_docker/./src/IO/ReadBufferFromPocoSocketChunked.cpp:0: DB::ReadBufferFromPocoSocketChunked::poll(unsigned long) const @ 0x000000001a0b1219 2026-03-20 15:25:13 11. ./build_docker/./src/Client/Connection.cpp:1175: DB::Connection::poll(unsigned long) @ 0x000000001a0a9dd1 2026-03-20 15:25:13 12. ./build_docker/./src/Client/ClientBase.cpp:1138: DB::ClientBase::receiveResult(std::shared_ptr, int, bool) @ 0x000000001a074fd3 2026-03-20 15:25:13 13. ./build_docker/./src/Client/ClientBase.cpp:0: DB::ClientBase::processOrdinaryQuery(String const&, std::shared_ptr) @ 0x000000001a073c51 2026-03-20 15:25:13 14. ./build_docker/./src/Client/ClientBase.cpp:1959: DB::ClientBase::processParsedSingleQuery(String const&, String const&, std::shared_ptr, std::optional, bool) @ 0x000000001a071bfe 2026-03-20 15:25:13 15. ./build_docker/./src/Client/ClientBase.cpp:2277: DB::ClientBase::executeMultiQuery(String const&) @ 0x000000001a07e512 2026-03-20 15:25:13 16. ./build_docker/./src/Client/ClientBase.cpp:0: DB::ClientBase::processQueryText(String const&) @ 0x000000001a07f69a 2026-03-20 15:25:13 17.0. inlined from ./contrib/llvm-project/libcxx/include/string:1499: String::__is_long[abi:v15007]() const 2026-03-20 15:25:13 17.1. inlined from ./contrib/llvm-project/libcxx/include/string:2333: ~basic_string 2026-03-20 15:25:13 17. ./build_docker/./src/Client/ClientBase.cpp:2748: DB::ClientBase::runNonInteractive() @ 0x000000001a083d9b 2026-03-20 15:25:13 18. ./build_docker/./programs/client/Client.cpp:397: DB::Client::main(std::vector> const&) @ 0x000000000fcf0638 2026-03-20 15:25:13 19. ./build_docker/./programs/client/Client.cpp:0: non-virtual thunk to DB::Client::main(std::vector> const&) @ 0x000000000fcf0cc1 2026-03-20 15:25:13 20. ./build_docker/./base/poco/Util/src/Application.cpp:0: Poco::Util::Application::run() @ 0x000000001e73639f 2026-03-20 15:25:13 21. ./build_docker/./programs/client/Client.cpp:0: mainEntryClickHouseClient(int, char**) @ 0x000000000fd02107 2026-03-20 15:25:13 22. ./build_docker/./programs/main.cpp:0: main @ 0x000000000760c8e9 2026-03-20 15:25:13 23. ? @ 0x00007fec7178bd90 2026-03-20 15:25:13 24. ? @ 0x00007fec7178be40 2026-03-20 15:25:13 25. _start @ 0x000000000756702e 2026-03-20 15:25:13 ClickHouse version 24.8.14.10527.altinitytest is old and should be upgraded to the latest version. 2026-03-20 15:25:13 2026-03-20 15:25:13 Settings used in the test: --max_insert_threads 2 --group_by_two_level_threshold 847998 --group_by_two_level_threshold_bytes 1 --distributed_aggregation_memory_efficient 1 --fsync_metadata 1 --output_format_parallel_formatting 1 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 17944058 --max_read_buffer_size 681788 --prefer_localhost_replica 0 --max_block_size 18903 --max_joined_block_size_rows 71456 --max_threads 1 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 81 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 26745935 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method pread --remote_filesystem_read_method read --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 0 --compile_sort_description 1 --merge_tree_coarse_index_granularity 20 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 2927268853 --max_bytes_before_remerge_sort 2763398518 --min_compress_block_size 1887835 --max_compress_block_size 139644 --merge_tree_compact_parts_min_granules_to_multibuffer_read 11 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 2633921 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Mexico/BajaSur --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.15 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 0 --cross_join_min_bytes_to_compress 1 --min_external_table_block_size_bytes 100000000 --max_parsing_threads 1 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 0 2026-03-20 15:25:13 2026-03-20 15:25:13 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 766509933 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 1363789290 --index_granularity_bytes 24411520 --merge_max_block_size 2752 --index_granularity 32936 --min_bytes_for_wide_part 1030242437 --marks_compress_block_size 96091 --primary_key_compress_block_size 80729 --replace_long_file_name_to_hash 0 --max_file_name_length 100 --min_bytes_for_full_part_storage 440529011 --compact_parts_max_bytes_to_buffer 286743574 --compact_parts_max_granules_to_buffer 100 --compact_parts_merge_max_bytes_to_prefetch_part 13673887 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 97 --old_parts_lifetime 10 2026-03-20 15:25:13 2026-03-20 15:25:13 Database: test_6xke735c 2026-03-20 15:25:14 02483_cuturlparameter_with_arrays: [ OK ] 0.89 sec. 2026-03-20 15:25:14 02250_hints_for_projections: [ OK ] 4.41 sec. 2026-03-20 15:25:15 02125_low_cardinality_int256: [ OK ] 0.69 sec. 2026-03-20 15:25:15 02830_insert_values_time_interval: [ OK ] 0.99 sec. 2026-03-20 15:25:15 02157_line_as_string_output_format: [ OK ] 0.64 sec. 2026-03-20 15:25:16 00375_shard_group_uniq_array_of_string: [ OK ] 310.27 sec. 2026-03-20 15:25:16 01517_select_final_distributed: [ OK ] 1.16 sec. 2026-03-20 15:25:17 02893_trash_optimization: [ OK ] 0.75 sec. 2026-03-20 15:25:17 02864_test_ipv4_type_mismatch: [ OK ] 0.95 sec. 2026-03-20 15:25:18 00123_shard_unmerged_result_when_max_distributed_connections_is_one: [ OK ] 0.89 sec. 2026-03-20 15:25:19 00333_parser_number_bug: [ OK ] 0.84 sec. 2026-03-20 15:25:19 03037_dynamic_merges_small: [ OK ] 10.55 sec. 2026-03-20 15:25:21 01422_map_skip_null: [ OK ] 1.86 sec. 2026-03-20 15:25:22 00634_logging_shard: [ OK ] 6.48 sec. 2026-03-20 15:25:22 01556_accurate_cast_or_null: [ OK ] 2.37 sec. 2026-03-20 15:25:22 01637_nullable_fuzz3: [ OK ] 1.15 sec. 2026-03-20 15:25:23 02882_replicated_fetch_checksums_doesnt_match: [ OK ] 5.61 sec. 2026-03-20 15:25:23 03130_abs_in_key_condition_bug: [ OK ] 0.89 sec. 2026-03-20 15:25:24 00706_iso_week_and_day_of_year: [ OK ] 2.06 sec. 2026-03-20 15:25:24 01407_lambda_arrayJoin: [ OK ] 1.04 sec. 2026-03-20 15:25:31 03006_correct_revoke_for_partial_rights: [ OK ] 9.15 sec. 2026-03-20 15:25:31 01277_random_fixed_string: [ OK ] 591.60 sec. 2026-03-20 15:25:32 01081_keywords_formatting: [ OK ] 0.70 sec. 2026-03-20 15:25:32 01396_low_cardinality_fixed_string_default: [ OK ] 0.85 sec. 2026-03-20 15:25:33 02662_first_last_value: [ OK ] 1.46 sec. 2026-03-20 15:25:35 01720_type_map_and_casts: [ OK ] 2.59 sec. 2026-03-20 15:25:35 01720_country_intersection: [ OK ] 11.80 sec. 2026-03-20 15:25:35 02475_bad_cast_low_cardinality_to_string_bug: [ OK ] 0.63 sec. 2026-03-20 15:25:36 02576_predicate_push_down_sorting_fix: [ OK ] 0.74 sec. 2026-03-20 15:25:36 03008_deduplication_random_setttings: [ OK ] 11.76 sec. 2026-03-20 15:25:36 03037_dynamic_merges_2_vertical_wide_merge_tree: [ SKIPPED ] 0.00 sec. 2026-03-20 15:25:36 Reason: not running for current build 2026-03-20 15:25:37 00317_in_tuples_and_out_of_range_values: [ OK ] 0.89 sec. 2026-03-20 15:25:37 01890_materialized_distributed_join: [ OK ] 3.30 sec. 2026-03-20 15:25:37 02503_mysql_compat_utc_timestamp: [ OK ] 0.63 sec. 2026-03-20 15:25:38 01457_compile_expressions_fuzzer: [ OK ] 0.73 sec. 2026-03-20 15:25:39 01677_bit_float: [ OK ] 2.40 sec. 2026-03-20 15:25:40 02319_lightweight_delete_on_merge_tree: [ OK ] 4.10 sec. 2026-03-20 15:25:42 01062_window_view_event_hop_watch_asc: [ OK ] 3.10 sec. 2026-03-20 15:25:44 02226_parallel_reading_from_replicas_benchmark: [ OK ] 3.66 sec. 2026-03-20 15:25:44 03290_dictionary_assert_on_function: [ OK ] 0.73 sec. 2026-03-20 15:25:45 01717_int_div_float_too_large_ubsan: [ OK ] 0.83 sec. 2026-03-20 15:25:46 02340_parts_refcnt_mergetree: [ OK ] 10.37 sec. 2026-03-20 15:25:47 01926_json_as_string_array: [ OK ] 4.25 sec. 2026-03-20 15:25:51 02864_replace_partition_with_duplicated_parts_zookeeper: [ OK ] 12.55 sec. 2026-03-20 15:25:51 02149_read_in_order_fixed_prefix: [ OK ] 4.76 sec. 2026-03-20 15:25:55 01142_merge_join_lc_and_nullable_in_key: [ OK ] 3.97 sec. 2026-03-20 15:25:56 03072_analyzer_missing_columns_from_subquery: [ OK ] 1.22 sec. 2026-03-20 15:25:57 03519_ttl_extended_data_types: [ OK ] 5.24 sec. 2026-03-20 15:26:01 02124_insert_deduplication_token_multiple_blocks: [ OK ] 15.74 sec. 2026-03-20 15:26:03 01811_filter_by_null: [ OK ] 2.09 sec. 2026-03-20 15:26:05 01713_table_ttl_old_syntax_zookeeper: [ OK ] 1.66 sec. 2026-03-20 15:26:06 02888_attach_partition_from_different_tables: [ OK ] 8.86 sec. 2026-03-20 15:26:07 02117_custom_separated_with_names_and_types: [ OK ] 42.51 sec. 2026-03-20 15:26:08 01855_jit_comparison_constant_result: [ OK ] 2.62 sec. 2026-03-20 15:26:08 01138_join_on_distributed_and_tmp: [ OK ] 1.65 sec. 2026-03-20 15:26:14 01312_comparison_with_constant_string_in_index_analysis: [ OK ] 5.29 sec. 2026-03-20 15:26:15 01352_add_datetime_bad_get: [ OK ] 0.99 sec. 2026-03-20 15:26:18 01167_isolation_hermitage: [ OK ] 72.23 sec. 2026-03-20 15:26:20 02797_transform_narrow_types: [ OK ] 1.60 sec. 2026-03-20 15:26:20 02885_arg_min_max_combinator: [ OK ] 4.95 sec. 2026-03-20 15:26:20 02242_case_insensitive_nested: [ OK ] 14.12 sec. 2026-03-20 15:26:21 00879_cast_to_decimal_crash: [ OK ] 1.00 sec. 2026-03-20 15:26:22 03052_query_hash_includes_aliases: [ OK ] 1.26 sec. 2026-03-20 15:26:22 02017_order_by_with_fill_redundant_functions: [ OK ] 0.87 sec. 2026-03-20 15:26:22 03352_concurrent_rename_alter: [ OK ] 13.62 sec. 2026-03-20 15:26:22 02943_variant_type_with_different_local_and_global_order: [ OK ] 160.36 sec. 2026-03-20 15:26:23 00964_os_thread_priority: [ OK ] 1.40 sec. 2026-03-20 15:26:23 02477_analyzer_ast_key_condition_crash: [ OK ] 1.64 sec. 2026-03-20 15:26:26 01015_attach_part: [ OK ] 3.99 sec. 2026-03-20 15:26:26 00516_modulo: [ OK ] 2.57 sec. 2026-03-20 15:26:28 01852_cast_operator_3: [ OK ] 1.87 sec. 2026-03-20 15:26:33 02535_analyzer_group_by_use_nulls: [ OK ] 6.09 sec. 2026-03-20 15:26:33 01078_bloom_filter_operator_not_has: [ OK ] 4.85 sec. 2026-03-20 15:26:34 02869_parallel_replicas_read_from_several: [ OK ] 9.95 sec. 2026-03-20 15:26:34 02423_insert_summary_behaviour: [ OK ] 12.44 sec. 2026-03-20 15:26:35 01262_fractional_timezone_near_start_of_epoch: [ OK ] 2.40 sec. 2026-03-20 15:26:36 02763_jit_compare_functions_nan: [ OK ] 2.01 sec. 2026-03-20 15:26:38 03033_analyzer_parametrized_view_alias: [ OK ] 1.99 sec. 2026-03-20 15:26:40 02125_lz4_compression_bug_Native: [ OK ] 43.00 sec. 2026-03-20 15:26:41 02942_variant_cast: [ OK ] 5.52 sec. 2026-03-20 15:26:41 02416_grouping_function_compatibility: [ OK ] 1.30 sec. 2026-03-20 15:26:43 00420_null_in_scalar_subqueries: [ OK ] 1.65 sec. 2026-03-20 15:26:43 00451_left_array_join_and_constants: [ OK ] 1.28 sec. 2026-03-20 15:26:44 01440_to_date_monotonicity: [ OK ] 1.48 sec. 2026-03-20 15:26:44 00584_view_union_all: [ OK ] 1.41 sec. 2026-03-20 15:26:46 01606_merge_from_wide_to_compact: [ OK ] 12.30 sec. 2026-03-20 15:26:46 01372_remote_table_function_empty_table: [ OK ] 2.14 sec. 2026-03-20 15:26:47 02125_query_views_log: [ OK ] 23.04 sec. 2026-03-20 15:26:47 00840_top_k_weighted: [ OK ] 1.01 sec. 2026-03-20 15:26:48 00027_simple_argMinArray: [ OK ] 1.03 sec. 2026-03-20 15:26:48 01548_query_log_query_execution_ms: [ OK ] 15.30 sec. 2026-03-20 15:26:48 01665_running_difference_ubsan: [ OK ] 0.95 sec. 2026-03-20 15:26:51 01030_final_mark_empty_primary_key: [ OK ] 2.57 sec. 2026-03-20 15:26:52 01866_split_by_regexp: [ OK ] 3.73 sec. 2026-03-20 15:26:54 02139_MV_with_scalar_subquery: [ OK ] 2.06 sec. 2026-03-20 15:26:55 02341_analyzer_aliases_basics: [ OK ] 4.05 sec. 2026-03-20 15:26:56 02932_non_ready_set_stuck: [ OK ] 1.09 sec. 2026-03-20 15:26:57 02184_nested_tuple: [ OK ] 1.82 sec. 2026-03-20 15:27:04 00494_shard_alias_substitution_bug: [ OK ] 6.55 sec. 2026-03-20 15:27:05 01818_input_format_with_names_use_header: [ OK ] 9.33 sec. warning: (Error: pc 0x562053cce703 in address map, but not in symtab.) 2026-03-20 15:28:58 1393 2026-03-20 15:33:11 Killing process group 37227 2026-03-20 15:33:11 Processes in process group 37227: 2026-03-20 15:33:11 37227 /bin/sh -c /usr/bin/clickhouse-client --log_comment '03146_asof_join_ddb_merge_long.gen.sql' --database=test_nbj31o7c --send_logs_level=warning --multiquery --max_insert_threads 2 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 1 --distributed_aggregation_memory_efficient 1 --fsync_metadata 0 --output_format_parallel_formatting 1 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 9479299 --max_read_buffer_size 721465 --prefer_localhost_replica 0 --max_block_size 93209 --max_joined_block_size_rows 9443 --max_threads 3 --optimize_append_index 0 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 45 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 16450086 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 1 --min_bytes_to_use_mmap_io 5441214380 --local_filesystem_read_method read --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 10 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 64Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 1 --compile_sort_description 1 --merge_tree_coarse_index_granularity 2 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 0 --max_bytes_before_remerge_sort 2070633063 --min_compress_block_size 466789 --max_compress_block_size 829998 --merge_tree_compact_parts_min_granules_to_multibuffer_read 70 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 1941976 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Africa/Juba --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.67 --prefer_external_sort_block_bytes 1 --cross_join_min_rows_to_compress 1 --cross_join_min_bytes_to_compress 100000000 --min_external_table_block_size_bytes 100000000 --max_parsing_threads 0 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 1 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 3634070338 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 48 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 10737418240 --index_granularity_bytes 12118827 --merge_max_block_size 4358 --index_granularity 62812 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 95238 --primary_key_compress_block_size 58104 --replace_long_file_name_to_hash 1 --max_file_name_length 0 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 297773192 --compact_parts_max_granules_to_buffer 16 --compact_parts_merge_max_bytes_to_prefetch_part 17111029 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 78 --old_parts_lifetime 10 --allow_repeated_settings --client_logs_file=./client.fatal.log < /usr/share/clickhouse-test/queries/0_stateless/03146_asof_join_ddb_merge_long.gen.sql > /tmp/clickhouse-test/0_stateless/03146_asof_join_ddb_merge_long.gen.stdout 2> /tmp/clickhouse-test/0_stateless/03146_asof_join_ddb_merge_long.gen.stderr 2026-03-20 15:33:11 37228 /usr/bin/clickhouse-client --log_comment 03146_asof_join_ddb_merge_long.gen.sql --database=test_nbj31o7c --send_logs_level=warning --multiquery --max_insert_threads 2 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 1 --distributed_aggregation_memory_efficient 1 --fsync_metadata 0 --output_format_parallel_formatting 1 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 9479299 --max_read_buffer_size 721465 --prefer_localhost_replica 0 --max_block_size 93209 --max_joined_block_size_rows 9443 --max_threads 3 --optimize_append_index 0 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 45 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 16450086 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 1 --min_bytes_to_use_mmap_io 5441214380 --local_filesystem_read_method read --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 10 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 64Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 1 --compile_sort_description 1 --merge_tree_coarse_index_granularity 2 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 0 --max_bytes_before_remerge_sort 2070633063 --min_compress_block_size 466789 --max_compress_block_size 829998 --merge_tree_compact_parts_min_granules_to_multibuffer_read 70 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 1941976 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Africa/Juba --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.67 --prefer_external_sort_block_bytes 1 --cross_join_min_rows_to_compress 1 --cross_join_min_bytes_to_compress 100000000 --min_external_table_block_size_bytes 100000000 --max_parsing_threads 0 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 1 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 3634070338 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 48 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 10737418240 --index_granularity_bytes 12118827 --merge_max_block_size 4358 --index_granularity 62812 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 95238 --primary_key_compress_block_size 58104 --replace_long_file_name_to_hash 1 --max_file_name_length 0 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 297773192 --compact_parts_max_granules_to_buffer 16 --compact_parts_merge_max_bytes_to_prefetch_part 17111029 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 78 --old_parts_lifetime 10 --allow_repeated_settings --client_logs_file=./client.fatal.log 2026-03-20 15:33:11 Process group 37227 should be killed 2026-03-20 15:33:11 03146_asof_join_ddb_merge_long: [ FAIL ] 600.10 sec. 2026-03-20 15:33:11 Reason: Timeout! ########## Short fault info ############ 2026-03-20 15:33:11 (version 24.8.14.10527.altinitytest (altinity build), build id: , git hash: ) (from thread 37228) Received signal 20 2026-03-20 15:33:11 Signal description: Stopped 2026-03-20 15:33:11 This is a signal used for debugging purposes by the user. 2026-03-20 15:33:11 Stack trace: 0x00005626971e1f3d 0x000056269758551b 0x000056268ed278f6 0x000056268ed27de4 0x00007fbb014a9520 0x00007fbb0157fbd0 0x000056268ed40824 0x00005626a5e87d44 0x00005626a5e87f55 0x00005626973778e4 0x00005626a1843219 0x00005626a183bdd1 0x00005626a1806fd3 0x00005626a1805c51 0x00005626a1803bfe 0x00005626a1810512 0x00005626a181169a 0x00005626a1815d9b 0x0000562697482638 0x0000562697482cc1 0x00005626a5ec839f 0x0000562697494107 0x000056268ed9e8e9 0x00007fbb01490d90 0x00007fbb01490e40 0x000056268ecf902e 2026-03-20 15:33:11 ######################################## 2026-03-20 15:33:11 (version 24.8.14.10527.altinitytest (altinity build), build id: , git hash: ) (from thread 37228) (no query) Received signal Stopped (20) 2026-03-20 15:33:11 This is a signal used for debugging purposes by the user. 2026-03-20 15:33:11 Stack trace: 0x00005626971e1f3d 0x000056269758551b 0x000056268ed278f6 0x000056268ed27de4 0x00007fbb014a9520 0x00007fbb0157fbd0 0x000056268ed40824 0x00005626a5e87d44 0x00005626a5e87f55 0x00005626973778e4 0x00005626a1843219 0x00005626a183bdd1 0x00005626a1806fd3 0x00005626a1805c51 0x00005626a1803bfe 0x00005626a1810512 0x00005626a181169a 0x00005626a1815d9b 0x0000562697482638 0x0000562697482cc1 0x00005626a5ec839f 0x0000562697494107 0x000056268ed9e8e9 0x00007fbb01490d90 0x00007fbb01490e40 0x000056268ecf902e 2026-03-20 15:33:11 0.0. inlined from ./build_docker/./src/Common/StackTrace.cpp:349: StackTrace::tryCapture() 2026-03-20 15:33:11 0. ./build_docker/./src/Common/StackTrace.cpp:318: StackTrace::StackTrace(ucontext_t const&) @ 0x000000000fa4ff3d 2026-03-20 15:33:11 1. ./build_docker/./src/Common/SignalHandlers.cpp:0: signalHandler(int, siginfo_t*, void*) @ 0x000000000fdf351b 2026-03-20 15:33:11 2. __tsan::CallUserSignalHandler(__tsan::ThreadState*, bool, bool, int, __sanitizer::__sanitizer_siginfo*, void*) @ 0x00000000075958f6 2026-03-20 15:33:11 3. sighandler(int, __sanitizer::__sanitizer_siginfo*, void*) @ 0x0000000007595de4 2026-03-20 15:33:11 4. ? @ 0x00007fbb014a9520 2026-03-20 15:33:11 5. ? @ 0x00007fbb0157fbd0 2026-03-20 15:33:11 6. __interceptor_poll @ 0x00000000075ae824 2026-03-20 15:33:11 7. ./build_docker/./base/poco/Net/src/SocketImpl.cpp:0: Poco::Net::SocketImpl::pollImpl(Poco::Timespan&, int) @ 0x000000001e6f5d44 2026-03-20 15:33:11 8. ./build_docker/./base/poco/Net/src/SocketImpl.cpp:0: Poco::Net::SocketImpl::poll(Poco::Timespan const&, int) @ 0x000000001e6f5f55 2026-03-20 15:33:11 9. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:0: DB::ReadBufferFromPocoSocketBase::poll(unsigned long) const @ 0x000000000fbe58e4 2026-03-20 15:33:11 10. ./build_docker/./src/IO/ReadBufferFromPocoSocketChunked.cpp:0: DB::ReadBufferFromPocoSocketChunked::poll(unsigned long) const @ 0x000000001a0b1219 2026-03-20 15:33:11 11. ./build_docker/./src/Client/Connection.cpp:1175: DB::Connection::poll(unsigned long) @ 0x000000001a0a9dd1 2026-03-20 15:33:11 12. ./build_docker/./src/Client/ClientBase.cpp:1138: DB::ClientBase::receiveResult(std::shared_ptr, int, bool) @ 0x000000001a074fd3 2026-03-20 15:33:11 13. ./build_docker/./src/Client/ClientBase.cpp:0: DB::ClientBase::processOrdinaryQuery(String const&, std::shared_ptr) @ 0x000000001a073c51 2026-03-20 15:33:11 14. ./build_docker/./src/Client/ClientBase.cpp:1959: DB::ClientBase::processParsedSingleQuery(String const&, String const&, std::shared_ptr, std::optional, bool) @ 0x000000001a071bfe 2026-03-20 15:33:11 15. ./build_docker/./src/Client/ClientBase.cpp:2277: DB::ClientBase::executeMultiQuery(String const&) @ 0x000000001a07e512 2026-03-20 15:33:11 16. ./build_docker/./src/Client/ClientBase.cpp:0: DB::ClientBase::processQueryText(String const&) @ 0x000000001a07f69a 2026-03-20 15:33:11 17.0. inlined from ./contrib/llvm-project/libcxx/include/string:1499: String::__is_long[abi:v15007]() const 2026-03-20 15:33:11 17.1. inlined from ./contrib/llvm-project/libcxx/include/string:2333: ~basic_string 2026-03-20 15:33:11 17. ./build_docker/./src/Client/ClientBase.cpp:2748: DB::ClientBase::runNonInteractive() @ 0x000000001a083d9b 2026-03-20 15:33:11 18. ./build_docker/./programs/client/Client.cpp:397: DB::Client::main(std::vector> const&) @ 0x000000000fcf0638 2026-03-20 15:33:11 19. ./build_docker/./programs/client/Client.cpp:0: non-virtual thunk to DB::Client::main(std::vector> const&) @ 0x000000000fcf0cc1 2026-03-20 15:33:11 20. ./build_docker/./base/poco/Util/src/Application.cpp:0: Poco::Util::Application::run() @ 0x000000001e73639f 2026-03-20 15:33:11 21. ./build_docker/./programs/client/Client.cpp:0: mainEntryClickHouseClient(int, char**) @ 0x000000000fd02107 2026-03-20 15:33:11 22. ./build_docker/./programs/main.cpp:0: main @ 0x000000000760c8e9 2026-03-20 15:33:11 23. ? @ 0x00007fbb01490d90 2026-03-20 15:33:11 24. ? @ 0x00007fbb01490e40 2026-03-20 15:33:11 25. _start @ 0x000000000756702e 2026-03-20 15:33:11 ClickHouse version 24.8.14.10527.altinitytest is old and should be upgraded to the latest version. 2026-03-20 15:33:11 2026-03-20 15:33:11 Settings used in the test: --max_insert_threads 2 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 1 --distributed_aggregation_memory_efficient 1 --fsync_metadata 0 --output_format_parallel_formatting 1 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 9479299 --max_read_buffer_size 721465 --prefer_localhost_replica 0 --max_block_size 93209 --max_joined_block_size_rows 9443 --max_threads 3 --optimize_append_index 0 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 45 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 16450086 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 1 --min_bytes_to_use_mmap_io 5441214380 --local_filesystem_read_method read --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 10 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 64Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 1 --compile_sort_description 1 --merge_tree_coarse_index_granularity 2 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 0 --max_bytes_before_remerge_sort 2070633063 --min_compress_block_size 466789 --max_compress_block_size 829998 --merge_tree_compact_parts_min_granules_to_multibuffer_read 70 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 1941976 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Africa/Juba --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.67 --prefer_external_sort_block_bytes 1 --cross_join_min_rows_to_compress 1 --cross_join_min_bytes_to_compress 100000000 --min_external_table_block_size_bytes 100000000 --max_parsing_threads 0 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 1 2026-03-20 15:33:11 2026-03-20 15:33:11 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 3634070338 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 48 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 10737418240 --index_granularity_bytes 12118827 --merge_max_block_size 4358 --index_granularity 62812 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 95238 --primary_key_compress_block_size 58104 --replace_long_file_name_to_hash 1 --max_file_name_length 0 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 297773192 --compact_parts_max_granules_to_buffer 16 --compact_parts_merge_max_bytes_to_prefetch_part 17111029 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 78 --old_parts_lifetime 10 2026-03-20 15:33:11 2026-03-20 15:33:11 Database: test_nbj31o7c 2026-03-20 15:33:11 Process Process-6: 2026-03-20 15:33:11 Traceback (most recent call last): 2026-03-20 15:33:11 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap 2026-03-20 15:33:11 self.run() 2026-03-20 15:33:11 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run 2026-03-20 15:33:11 self._target(*self._args, **self._kwargs) 2026-03-20 15:33:11 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process 2026-03-20 15:33:11 return run_tests_array(*args, **kwargs) 2026-03-20 15:33:11 File "/usr/bin/clickhouse-test", line 2246, in run_tests_array 2026-03-20 15:33:11 stop_tests() 2026-03-20 15:33:11 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2026-03-20 15:33:11 cleanup_child_processes(os.getpid()) 2026-03-20 15:33:11 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2026-03-20 15:33:11 child_pgid = os.getpgid(child) 2026-03-20 15:33:11 ProcessLookupError: [Errno 3] No such process 2026-03-20 15:33:11 Child processes of 1524: 2026-03-20 15:33:11 43315 /bin/sh -c pgrep --parent 1524 -a 2026-03-20 15:34:13 02703_row_policy_for_database: [ FAIL ] 438.53 sec. 2026-03-20 15:34:13 Reason: return code: 210 2026-03-20 15:34:13 Error on processing query: Code: 210. DB::NetException: Connection reset by peer, while reading from socket (peer: [::1]:9000, local: [::1]:35404): while receiving packet from localhost:9000. (NETWORK_ERROR) (version 24.8.14.10527.altinitytest (altinity build)) 2026-03-20 15:34:13 (query: SYSTEM FLUSH LOGS;) 2026-03-20 15:34:13 , result: 2026-03-20 15:34:13 2026-03-20 15:34:13 -- row policies for database 2026-03-20 15:34:13 -- SHOW CREATE POLICY default ON default.* 2026-03-20 15:34:13 CREATE ROW POLICY default_db_policy ON default.* FOR SELECT USING 1 TO ALL 2026-03-20 15:34:13 -- SHOW CREATE POLICY ON default.* 2026-03-20 15:34:13 CREATE ROW POLICY default_db_policy ON default.* FOR SELECT USING 1 TO ALL 2026-03-20 15:34:13 CREATE ROW POLICY default_tb_policy ON default.`table` FOR SELECT USING 1 TO ALL 2026-03-20 15:34:13 -- SHOW CREATE POLICY ON default.`*` 2026-03-20 15:34:13 R1, R2: (x == 1) OR (x == 2) 2026-03-20 15:34:13 1 2026-03-20 15:34:13 2 2026-03-20 15:34:13 Check system.query_log 2026-03-20 15:34:13 Timeout exceeded while receiving data from server. Waited for 300 seconds, timeout is 300 seconds. 2026-03-20 15:34:13 2026-03-20 15:34:13 stdout: 2026-03-20 15:34:13 -- row policies for database 2026-03-20 15:34:13 -- SHOW CREATE POLICY default ON default.* 2026-03-20 15:34:13 CREATE ROW POLICY default_db_policy ON default.* FOR SELECT USING 1 TO ALL 2026-03-20 15:34:13 -- SHOW CREATE POLICY ON default.* 2026-03-20 15:34:13 CREATE ROW POLICY default_db_policy ON default.* FOR SELECT USING 1 TO ALL 2026-03-20 15:34:13 CREATE ROW POLICY default_tb_policy ON default.`table` FOR SELECT USING 1 TO ALL 2026-03-20 15:34:13 -- SHOW CREATE POLICY ON default.`*` 2026-03-20 15:34:13 R1, R2: (x == 1) OR (x == 2) 2026-03-20 15:34:13 1 2026-03-20 15:34:13 2 2026-03-20 15:34:13 Check system.query_log 2026-03-20 15:34:13 Timeout exceeded while receiving data from server. Waited for 300 seconds, timeout is 300 seconds. 2026-03-20 15:34:13 2026-03-20 15:34:13 2026-03-20 15:34:13 Settings used in the test: --max_insert_threads 3 --group_by_two_level_threshold 765760 --group_by_two_level_threshold_bytes 7704845 --distributed_aggregation_memory_efficient 0 --fsync_metadata 1 --output_format_parallel_formatting 0 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 17956504 --max_read_buffer_size 635151 --prefer_localhost_replica 0 --max_block_size 22819 --max_joined_block_size_rows 71213 --max_threads 3 --optimize_append_index 0 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 0 --optimize_or_like_chain 1 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 66 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 38282160 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 206022167 --local_filesystem_read_method io_uring --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 10 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 64Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 0 --compile_sort_description 1 --merge_tree_coarse_index_granularity 29 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 0 --max_bytes_before_external_group_by 0 --max_bytes_before_remerge_sort 215298645 --min_compress_block_size 2803959 --max_compress_block_size 746921 --merge_tree_compact_parts_min_granules_to_multibuffer_read 125 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 8638285 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 0 --session_timezone Europe/Oslo --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.46 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 1 --cross_join_min_bytes_to_compress 1 --min_external_table_block_size_bytes 0 --max_parsing_threads 0 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 0 2026-03-20 15:34:13 2026-03-20 15:34:13 Database: test_f4t3pmm1 2026-03-20 15:34:13 Process Process-5: 2026-03-20 15:34:13 Traceback (most recent call last): 2026-03-20 15:34:13 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap 2026-03-20 15:34:13 self.run() 2026-03-20 15:34:13 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run 2026-03-20 15:34:13 self._target(*self._args, **self._kwargs) 2026-03-20 15:34:13 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process 2026-03-20 15:34:13 return run_tests_array(*args, **kwargs) 2026-03-20 15:34:13 File "/usr/bin/clickhouse-test", line 2246, in run_tests_array 2026-03-20 15:34:13 stop_tests() 2026-03-20 15:34:13 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2026-03-20 15:34:13 cleanup_child_processes(os.getpid()) 2026-03-20 15:34:13 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2026-03-20 15:34:13 child_pgid = os.getpgid(child) 2026-03-20 15:34:13 ProcessLookupError: [Errno 3] No such process 2026-03-20 15:34:13 Child processes of 1522: 2026-03-20 15:34:13 43688 /bin/sh -c pgrep --parent 1522 -a 2026-03-20 15:34:13 03216_arrayWithConstant_limits: [ FAIL ] 497.09 sec. 2026-03-20 15:34:13 Reason: return code: 210 2026-03-20 15:34:13 Error on processing query: Code: 210. DB::NetException: Connection reset by peer, while reading from socket (peer: [::1]:9000, local: [::1]:51158): while receiving packet from localhost:9000. (NETWORK_ERROR) (version 24.8.14.10527.altinitytest (altinity build)) 2026-03-20 15:34:13 (query: SELECT length(arrayWithConstant(10000000, materialize([[[[[[[[[['Hello world']]]]]]]]]])));) 2026-03-20 15:34:13 , result: 2026-03-20 15:34:13 2026-03-20 15:34:13 Timeout exceeded while receiving data from server. Waited for 300 seconds, timeout is 300 seconds. 2026-03-20 15:34:13 2026-03-20 15:34:13 stdout: 2026-03-20 15:34:13 Timeout exceeded while receiving data from server. Waited for 300 seconds, timeout is 300 seconds. 2026-03-20 15:34:13 2026-03-20 15:34:13 2026-03-20 15:34:13 Settings used in the test: --max_insert_threads 3 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 1 --distributed_aggregation_memory_efficient 0 --fsync_metadata 1 --output_format_parallel_formatting 1 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 10115067 --max_read_buffer_size 750276 --prefer_localhost_replica 0 --max_block_size 10733 --max_joined_block_size_rows 95092 --max_threads 2 --optimize_append_index 1 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 1 --optimize_or_like_chain 1 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 56 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 10535637 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 1 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method mmap --remote_filesystem_read_method read --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 10 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 8Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 0 --compile_sort_description 1 --merge_tree_coarse_index_granularity 2 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 3439446231 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 55119009 --min_compress_block_size 1578338 --max_compress_block_size 2382101 --merge_tree_compact_parts_min_granules_to_multibuffer_read 54 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 5117760 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 0 --session_timezone Mexico/BajaSur --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.41 --prefer_external_sort_block_bytes 1 --cross_join_min_rows_to_compress 0 --cross_join_min_bytes_to_compress 100000000 --min_external_table_block_size_bytes 100000000 --max_parsing_threads 0 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 1 2026-03-20 15:34:13 2026-03-20 15:34:13 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 1 --index_granularity_bytes 15446250 --merge_max_block_size 6906 --index_granularity 25164 --min_bytes_for_wide_part 465261172 --marks_compress_block_size 11797 --primary_key_compress_block_size 56028 --replace_long_file_name_to_hash 0 --max_file_name_length 0 --min_bytes_for_full_part_storage 491490066 --compact_parts_max_bytes_to_buffer 16795506 --compact_parts_max_granules_to_buffer 252 --compact_parts_merge_max_bytes_to_prefetch_part 28129394 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 0 --old_parts_lifetime 480 2026-03-20 15:34:13 2026-03-20 15:34:13 Database: test_ijpzkvhu 2026-03-20 15:34:13 00717_low_cardinaliry_distributed_group_by: [ FAIL ] 436.15 sec. 2026-03-20 15:34:13 Reason: return code: 210 2026-03-20 15:34:13 Error on processing query: Code: 210. DB::NetException: Connection reset by peer, while reading from socket (peer: [::1]:9000, local: [::1]:35354): while receiving packet from localhost:9000. (NETWORK_ERROR) (version 24.8.14.10527.altinitytest (altinity build)) 2026-03-20 15:34:13 (query: INSERT INTO dist_00717 (a) SELECT number FROM system.numbers LIMIT 1000000;) 2026-03-20 15:34:13 , result: 2026-03-20 15:34:13 2026-03-20 15:34:13 Timeout exceeded while receiving data from server. Waited for 300 seconds, timeout is 300 seconds. 2026-03-20 15:34:13 2026-03-20 15:34:13 stdout: 2026-03-20 15:34:13 Timeout exceeded while receiving data from server. Waited for 300 seconds, timeout is 300 seconds. 2026-03-20 15:34:13 2026-03-20 15:34:13 2026-03-20 15:34:13 Settings used in the test: --max_insert_threads 1 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 37383186 --distributed_aggregation_memory_efficient 0 --fsync_metadata 1 --output_format_parallel_formatting 0 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 5797844 --max_read_buffer_size 635990 --prefer_localhost_replica 1 --max_block_size 84885 --max_joined_block_size_rows 62945 --max_threads 3 --optimize_append_index 1 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 1 --optimize_or_like_chain 0 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 63 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 46497247 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 1186186912 --local_filesystem_read_method pread --remote_filesystem_read_method read --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 3 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 64Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 1Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 0 --compile_sort_description 0 --merge_tree_coarse_index_granularity 9 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 0 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 1061613160 --min_compress_block_size 2960214 --max_compress_block_size 1090364 --merge_tree_compact_parts_min_granules_to_multibuffer_read 72 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 8808667 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 0 --session_timezone America/Hermosillo --use_page_cache_for_disks_without_file_cache False --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.52 --prefer_external_sort_block_bytes 100000000 --cross_join_min_rows_to_compress 1 --cross_join_min_bytes_to_compress 100000000 --min_external_table_block_size_bytes 100000000 --max_parsing_threads 10 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 0 2026-03-20 15:34:13 2026-03-20 15:34:13 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 122521 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 1 --index_granularity_bytes 16825555 --merge_max_block_size 12478 --index_granularity 22947 --min_bytes_for_wide_part 1020074849 --marks_compress_block_size 81894 --primary_key_compress_block_size 26590 --replace_long_file_name_to_hash 1 --max_file_name_length 128 --min_bytes_for_full_part_storage 44740975 --compact_parts_max_bytes_to_buffer 155805471 --compact_parts_max_granules_to_buffer 61 --compact_parts_merge_max_bytes_to_prefetch_part 14201175 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 100 --old_parts_lifetime 480 2026-03-20 15:34:13 2026-03-20 15:34:13 Database: test_umwry2b4 2026-03-20 15:34:13 Process Process-4: 2026-03-20 15:34:13 Traceback (most recent call last): 2026-03-20 15:34:13 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap 2026-03-20 15:34:13 self.run() 2026-03-20 15:34:13 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run 2026-03-20 15:34:13 self._target(*self._args, **self._kwargs) 2026-03-20 15:34:13 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process 2026-03-20 15:34:13 return run_tests_array(*args, **kwargs) 2026-03-20 15:34:13 File "/usr/bin/clickhouse-test", line 2246, in run_tests_array 2026-03-20 15:34:13 stop_tests() 2026-03-20 15:34:13 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2026-03-20 15:34:13 cleanup_child_processes(os.getpid()) 2026-03-20 15:34:13 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2026-03-20 15:34:13 child_pgid = os.getpgid(child) 2026-03-20 15:34:13 ProcessLookupError: [Errno 3] No such process 2026-03-20 15:34:13 Child processes of 1520: 2026-03-20 15:34:13 43694 /bin/sh -c pgrep --parent 1520 -a 2026-03-20 15:34:13 Process Process-8: 2026-03-20 15:34:13 Traceback (most recent call last): 2026-03-20 15:34:13 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap 2026-03-20 15:34:13 self.run() 2026-03-20 15:34:13 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run 2026-03-20 15:34:13 self._target(*self._args, **self._kwargs) 2026-03-20 15:34:13 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process 2026-03-20 15:34:13 return run_tests_array(*args, **kwargs) 2026-03-20 15:34:13 File "/usr/bin/clickhouse-test", line 2246, in run_tests_array 2026-03-20 15:34:13 stop_tests() 2026-03-20 15:34:13 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2026-03-20 15:34:13 cleanup_child_processes(os.getpid()) 2026-03-20 15:34:13 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2026-03-20 15:34:13 child_pgid = os.getpgid(child) 2026-03-20 15:34:13 ProcessLookupError: [Errno 3] No such process 2026-03-20 15:34:13 Child processes of 1528: 2026-03-20 15:34:13 43698 /bin/sh -c pgrep --parent 1528 -a 2026-03-20 15:34:15 00636_partition_key_parts_pruning: [ FAIL ] 437.72 sec. 2026-03-20 15:34:15 Reason: return code: 210 2026-03-20 15:34:15 Code: 209. DB::NetException: Timeout exceeded while reading from socket (peer: [::1]:9000, local: [::1]:54108, 300000 ms): (localhost:9000, ::1, local address: [::1]:54108). (SOCKET_TIMEOUT) 2026-03-20 15:34:15 2026-03-20 15:34:15 Code: 210. DB::NetException: Connection reset by peer, while reading from socket (peer: [::1]:9000, local: [::1]:50322): (localhost:9000, ::1, local address: [::1]:50322). (NETWORK_ERROR) 2026-03-20 15:34:15 2026-03-20 15:34:15 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:15 2026-03-20 15:34:15 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:15 2026-03-20 15:34:15 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:15 2026-03-20 15:34:15 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:15 2026-03-20 15:34:15 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:15 2026-03-20 15:34:15 , result: 2026-03-20 15:34:15 2026-03-20 15:34:15 *** Single column partition key *** 2026-03-20 15:34:15 4 2026-03-20 15:34:15 3 2026-03-20 15:34:15 1 2026-03-20 15:34:15 *** Composite partition key *** 2026-03-20 15:34:15 0 2026-03-20 15:34:15 2026-03-20 15:34:15 stdout: 2026-03-20 15:34:15 *** Single column partition key *** 2026-03-20 15:34:15 4 2026-03-20 15:34:15 3 2026-03-20 15:34:15 1 2026-03-20 15:34:15 *** Composite partition key *** 2026-03-20 15:34:15 0 2026-03-20 15:34:15 2026-03-20 15:34:15 2026-03-20 15:34:15 Settings used in the test: --max_insert_threads 3 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 1 --distributed_aggregation_memory_efficient 1 --fsync_metadata 1 --output_format_parallel_formatting 0 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 4323375 --max_read_buffer_size 803253 --prefer_localhost_replica 1 --max_block_size 9898 --max_joined_block_size_rows 99235 --max_threads 1 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 1 --optimize_or_like_chain 0 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 78 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 23086141 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 5302086657 --min_bytes_to_use_mmap_io 2659009603 --local_filesystem_read_method read --remote_filesystem_read_method read --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 50 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 128Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 8Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 0 --compile_sort_description 1 --merge_tree_coarse_index_granularity 27 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 1708845242 --max_bytes_before_remerge_sort 1152289275 --min_compress_block_size 255687 --max_compress_block_size 2225577 --merge_tree_compact_parts_min_granules_to_multibuffer_read 32 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 5549736 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 0 --session_timezone Africa/Juba --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.49 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 1 --cross_join_min_bytes_to_compress 1 --min_external_table_block_size_bytes 100000000 --max_parsing_threads 1 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 0 2026-03-20 15:34:15 2026-03-20 15:34:15 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 0.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 4162153972 --index_granularity_bytes 25322400 --merge_max_block_size 5906 --index_granularity 18717 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 97560 --primary_key_compress_block_size 62336 --replace_long_file_name_to_hash 1 --max_file_name_length 128 --min_bytes_for_full_part_storage 536870912 --compact_parts_max_bytes_to_buffer 261676190 --compact_parts_max_granules_to_buffer 256 --compact_parts_merge_max_bytes_to_prefetch_part 11915084 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 0 --old_parts_lifetime 32 2026-03-20 15:34:15 2026-03-20 15:34:15 Database: test_kk5me1xq 2026-03-20 15:34:15 Process Process-3: 2026-03-20 15:34:15 Traceback (most recent call last): 2026-03-20 15:34:15 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap 2026-03-20 15:34:15 self.run() 2026-03-20 15:34:15 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run 2026-03-20 15:34:15 self._target(*self._args, **self._kwargs) 2026-03-20 15:34:15 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process 2026-03-20 15:34:15 return run_tests_array(*args, **kwargs) 2026-03-20 15:34:15 File "/usr/bin/clickhouse-test", line 2246, in run_tests_array 2026-03-20 15:34:15 stop_tests() 2026-03-20 15:34:15 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2026-03-20 15:34:15 cleanup_child_processes(os.getpid()) 2026-03-20 15:34:15 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2026-03-20 15:34:15 child_pgid = os.getpgid(child) 2026-03-20 15:34:15 ProcessLookupError: [Errno 3] No such process 2026-03-20 15:34:15 Child processes of 1519: 2026-03-20 15:34:15 43806 /bin/sh -c pgrep --parent 1519 -a 2026-03-20 15:34:19 02125_lz4_compression_bug_JSONEachRow: [ FAIL ] 424.77 sec. 2026-03-20 15:34:19 Reason: return code: 210 2026-03-20 15:34:19 Code: 209. DB::NetException: Timeout exceeded while reading from socket (peer: [::1]:9000, local: [::1]:54096, 300000 ms): (localhost:9000, ::1, local address: [::1]:54096). (SOCKET_TIMEOUT) 2026-03-20 15:34:19 2026-03-20 15:34:19 Code: 210. DB::NetException: Connection reset by peer, while reading from socket (peer: [::1]:9000, local: [::1]:50320): (localhost:9000, ::1, local address: [::1]:50320). (NETWORK_ERROR) 2026-03-20 15:34:19 2026-03-20 15:34:19 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:19 2026-03-20 15:34:19 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:19 2026-03-20 15:34:19 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:19 2026-03-20 15:34:19 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:19 2026-03-20 15:34:19 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:19 2026-03-20 15:34:19 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:19 2026-03-20 15:34:19 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:19 2026-03-20 15:34:19 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:19 2026-03-20 15:34:19 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:19 2026-03-20 15:34:19 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:19 2026-03-20 15:34:19 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:19 2026-03-20 15:34:19 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:19 2026-03-20 15:34:19 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:19 2026-03-20 15:34:19 , result: 2026-03-20 15:34:19 2026-03-20 15:34:19 2026-03-20 15:34:19 2026-03-20 15:34:19 stdout: 2026-03-20 15:34:19 2026-03-20 15:34:19 2026-03-20 15:34:19 Settings used in the test: --max_insert_threads 2 --group_by_two_level_threshold 183889 --group_by_two_level_threshold_bytes 7729275 --distributed_aggregation_memory_efficient 0 --fsync_metadata 1 --output_format_parallel_formatting 1 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 10968903 --max_read_buffer_size 839148 --prefer_localhost_replica 1 --max_block_size 35114 --max_joined_block_size_rows 62918 --max_threads 3 --optimize_append_index 0 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 0 --optimize_or_like_chain 1 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 56 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 33509583 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 1 --min_bytes_to_use_mmap_io 1 --local_filesystem_read_method read --remote_filesystem_read_method read --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 50 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 8Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 1 --merge_tree_coarse_index_granularity 9 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 4965411166 --max_bytes_before_remerge_sort 2895977865 --min_compress_block_size 2083445 --max_compress_block_size 255986 --merge_tree_compact_parts_min_granules_to_multibuffer_read 68 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 3720861 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 3 --session_timezone Europe/Oslo --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.42 --prefer_external_sort_block_bytes 1 --cross_join_min_rows_to_compress 0 --cross_join_min_bytes_to_compress 1 --min_external_table_block_size_bytes 100000000 --max_parsing_threads 1 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 0 2026-03-20 15:34:19 2026-03-20 15:34:19 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 189009602 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 1225174345 --index_granularity_bytes 30050653 --merge_max_block_size 11554 --index_granularity 24871 --min_bytes_for_wide_part 949340728 --marks_compress_block_size 79412 --primary_key_compress_block_size 28092 --replace_long_file_name_to_hash 0 --max_file_name_length 69 --min_bytes_for_full_part_storage 432985107 --compact_parts_max_bytes_to_buffer 328737295 --compact_parts_max_granules_to_buffer 230 --compact_parts_merge_max_bytes_to_prefetch_part 7770804 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 100 --old_parts_lifetime 10 2026-03-20 15:34:19 2026-03-20 15:34:19 Database: test_ps6i2cv5 2026-03-20 15:34:19 Process Process-7: 2026-03-20 15:34:19 Traceback (most recent call last): 2026-03-20 15:34:19 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap 2026-03-20 15:34:19 self.run() 2026-03-20 15:34:19 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run 2026-03-20 15:34:19 self._target(*self._args, **self._kwargs) 2026-03-20 15:34:19 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process 2026-03-20 15:34:19 return run_tests_array(*args, **kwargs) 2026-03-20 15:34:19 File "/usr/bin/clickhouse-test", line 2246, in run_tests_array 2026-03-20 15:34:19 stop_tests() 2026-03-20 15:34:19 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2026-03-20 15:34:19 cleanup_child_processes(os.getpid()) 2026-03-20 15:34:19 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2026-03-20 15:34:19 child_pgid = os.getpgid(child) 2026-03-20 15:34:19 ProcessLookupError: [Errno 3] No such process 2026-03-20 15:34:19 Child processes of 1525: 2026-03-20 15:34:19 43941 /bin/sh -c pgrep --parent 1525 -a 2026-03-20 15:34:29 02884_create_view_with_sql_security_option: [ FAIL ] 460.78 sec. 2026-03-20 15:34:29 Reason: return code: 210 2026-03-20 15:34:29 Error on processing query: Code: 210. DB::NetException: Connection reset by peer, while reading from socket (peer: [::1]:9000, local: [::1]:54088): while receiving packet from localhost:9000. (NETWORK_ERROR) (version 24.8.14.10527.altinitytest (altinity build)) 2026-03-20 15:34:29 (query: SHOW CREATE TABLE test_0eon23q8.test_mv_5) 2026-03-20 15:34:29 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:29 2026-03-20 15:34:29 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:29 2026-03-20 15:34:29 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:29 2026-03-20 15:34:29 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:29 2026-03-20 15:34:29 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:29 2026-03-20 15:34:29 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:29 2026-03-20 15:34:29 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:29 2026-03-20 15:34:29 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:29 2026-03-20 15:34:29 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:29 2026-03-20 15:34:29 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:29 2026-03-20 15:34:29 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:29 2026-03-20 15:34:29 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:29 2026-03-20 15:34:29 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:29 2026-03-20 15:34:29 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:29 2026-03-20 15:34:29 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:29 2026-03-20 15:34:29 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:29 2026-03-20 15:34:29 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:29 2026-03-20 15:34:29 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:29 2026-03-20 15:34:29 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:29 2026-03-20 15:34:29 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:29 2026-03-20 15:34:29 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:29 2026-03-20 15:34:29 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:29 2026-03-20 15:34:29 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:29 2026-03-20 15:34:29 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:29 2026-03-20 15:34:29 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:29 2026-03-20 15:34:29 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:29 2026-03-20 15:34:29 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:29 2026-03-20 15:34:29 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:29 2026-03-20 15:34:29 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:29 2026-03-20 15:34:29 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:29 2026-03-20 15:34:29 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:29 2026-03-20 15:34:29 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:29 2026-03-20 15:34:29 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:29 2026-03-20 15:34:29 , result: 2026-03-20 15:34:29 2026-03-20 15:34:29 ===== StorageView ===== 2026-03-20 15:34:29 OK 2026-03-20 15:34:29 OK 2026-03-20 15:34:29 OK 2026-03-20 15:34:29 2 2026-03-20 15:34:29 2 2026-03-20 15:34:29 OK 2026-03-20 15:34:29 OK 2026-03-20 15:34:29 2 2026-03-20 15:34:29 2 2026-03-20 15:34:29 OK 2026-03-20 15:34:29 2 2026-03-20 15:34:29 2 2026-03-20 15:34:29 1 2026-03-20 15:34:29 OK 2026-03-20 15:34:29 1 2026-03-20 15:34:29 ===== MaterializedView ===== 2026-03-20 15:34:29 OK 2026-03-20 15:34:29 0 2026-03-20 15:34:29 UNEXPECTED 2026-03-20 15:34:29 UNEXPECTED 2026-03-20 15:34:29 UNEXPECTED 2026-03-20 15:34:29 UNEXPECTED 2026-03-20 15:34:29 UNEXPECTED 2026-03-20 15:34:29 UNEXPECTED 2026-03-20 15:34:29 UNEXPECTED 2026-03-20 15:34:29 UNEXPECTED 2026-03-20 15:34:29 ===== TestGrants ===== 2026-03-20 15:34:29 UNEXPECTED 2026-03-20 15:34:29 UNEXPECTED 2026-03-20 15:34:29 ===== TestRowPolicy ===== 2026-03-20 15:34:29 ===== TestInsertChain ===== 2026-03-20 15:34:29 ===== TestOnCluster ===== 2026-03-20 15:34:29 0 2026-03-20 15:34:29 2026-03-20 15:34:29 stdout: 2026-03-20 15:34:29 ===== StorageView ===== 2026-03-20 15:34:29 OK 2026-03-20 15:34:29 OK 2026-03-20 15:34:29 OK 2026-03-20 15:34:29 2 2026-03-20 15:34:29 2 2026-03-20 15:34:29 OK 2026-03-20 15:34:29 OK 2026-03-20 15:34:29 2 2026-03-20 15:34:29 2 2026-03-20 15:34:29 OK 2026-03-20 15:34:29 2 2026-03-20 15:34:29 2 2026-03-20 15:34:29 1 2026-03-20 15:34:29 OK 2026-03-20 15:34:29 1 2026-03-20 15:34:29 ===== MaterializedView ===== 2026-03-20 15:34:29 OK 2026-03-20 15:34:29 0 2026-03-20 15:34:29 UNEXPECTED 2026-03-20 15:34:29 UNEXPECTED 2026-03-20 15:34:29 UNEXPECTED 2026-03-20 15:34:29 UNEXPECTED 2026-03-20 15:34:29 UNEXPECTED 2026-03-20 15:34:29 UNEXPECTED 2026-03-20 15:34:29 UNEXPECTED 2026-03-20 15:34:29 UNEXPECTED 2026-03-20 15:34:29 ===== TestGrants ===== 2026-03-20 15:34:29 UNEXPECTED 2026-03-20 15:34:29 UNEXPECTED 2026-03-20 15:34:29 ===== TestRowPolicy ===== 2026-03-20 15:34:29 ===== TestInsertChain ===== 2026-03-20 15:34:29 ===== TestOnCluster ===== 2026-03-20 15:34:29 0 2026-03-20 15:34:29 2026-03-20 15:34:29 2026-03-20 15:34:29 Settings used in the test: --max_insert_threads 1 --group_by_two_level_threshold 497441 --group_by_two_level_threshold_bytes 50000000 --distributed_aggregation_memory_efficient 1 --fsync_metadata 1 --output_format_parallel_formatting 0 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 14262780 --max_read_buffer_size 610981 --prefer_localhost_replica 1 --max_block_size 51613 --max_joined_block_size_rows 23232 --max_threads 2 --optimize_append_index 0 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 1 --optimize_or_like_chain 0 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 31 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 46113558 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 1 --min_bytes_to_use_mmap_io 1 --local_filesystem_read_method io_uring --remote_filesystem_read_method read --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 3 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 64Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 1Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 0 --compile_sort_description 1 --merge_tree_coarse_index_granularity 6 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 0 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 2141207224 --min_compress_block_size 2378157 --max_compress_block_size 500639 --merge_tree_compact_parts_min_granules_to_multibuffer_read 25 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 5648530 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Africa/Khartoum --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.95 --prefer_external_sort_block_bytes 100000000 --cross_join_min_rows_to_compress 1 --cross_join_min_bytes_to_compress 0 --min_external_table_block_size_bytes 100000000 --max_parsing_threads 1 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 1 2026-03-20 15:34:29 2026-03-20 15:34:29 Database: test_0eon23q8 2026-03-20 15:34:29 Process Process-9: 2026-03-20 15:34:29 Traceback (most recent call last): 2026-03-20 15:34:29 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap 2026-03-20 15:34:29 self.run() 2026-03-20 15:34:29 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run 2026-03-20 15:34:29 self._target(*self._args, **self._kwargs) 2026-03-20 15:34:29 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process 2026-03-20 15:34:29 return run_tests_array(*args, **kwargs) 2026-03-20 15:34:29 File "/usr/bin/clickhouse-test", line 2246, in run_tests_array 2026-03-20 15:34:29 stop_tests() 2026-03-20 15:34:29 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2026-03-20 15:34:29 cleanup_child_processes(os.getpid()) 2026-03-20 15:34:29 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2026-03-20 15:34:29 child_pgid = os.getpgid(child) 2026-03-20 15:34:29 ProcessLookupError: [Errno 3] No such process 2026-03-20 15:34:29 Child processes of 1530: 2026-03-20 15:34:29 44058 /bin/sh -c pgrep --parent 1530 -a 2026-03-20 15:34:34 01508_partition_pruning_long_2: [ FAIL ] 438.92 sec. 2026-03-20 15:34:34 Reason: having stderror: 2026-03-20 15:34:34 Code: 209. DB::NetException: Timeout exceeded while reading from socket (peer: [::1]:9000, local: [::1]:54112, 300000 ms): (localhost:9000, ::1, local address: [::1]:54112). (SOCKET_TIMEOUT) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection reset by peer, while reading from socket (peer: [::1]:9000, local: [::1]:50336): (localhost:9000, ::1, local address: [::1]:50336). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2026-03-20 15:34:34 2026-03-20 15:34:34 2026-03-20 15:34:34 stdout: 2026-03-20 15:34:34 select uniqExact(_part), count() from tDD where toDate(d)=toDate('2020-09-24'); 2026-03-20 15:34:34 2026-03-20 15:34:34 select uniqExact(_part), count() FROM tDD WHERE toDate(d) = toDate('2020-09-24'); 2026-03-20 15:34:34 2026-03-20 15:34:34 select uniqExact(_part), count() FROM tDD WHERE toDate(d) = '2020-09-24'; 2026-03-20 15:34:34 2026-03-20 15:34:34 select uniqExact(_part), count() FROM tDD WHERE toDate(d) >= '2020-09-23' and toDate(d) <= '2020-09-26'; 2026-03-20 15:34:34 2026-03-20 15:34:34 select uniqExact(_part), count() FROM tDD WHERE toYYYYMMDD(d) >= 20200923 and toDate(d) <= '2020-09-26'; 2026-03-20 15:34:34 2026-03-20 15:34:34 select uniqExact(_part), count() from sDD; 2026-03-20 15:34:34 2026-03-20 15:34:34 select uniqExact(_part), count() from sDD where toYYYYMM(toDateTime(intDiv(d,1000),'UTC')-1)+1 = 202010; 2026-03-20 15:34:34 2026-03-20 15:34:34 select uniqExact(_part), count() from sDD where toYYYYMM(toDateTime(intDiv(d,1000),'UTC')-1) = 202010; 2026-03-20 15:34:34 2026-03-20 15:34:34 select uniqExact(_part), count() from sDD where toYYYYMM(toDateTime(intDiv(d,1000),'UTC')-1) = 202110; 2026-03-20 15:34:34 2026-03-20 15:34:34 select uniqExact(_part), count() from sDD where toYYYYMM(toDateTime(intDiv(d,1000),'UTC'))+1 > 202009 and toStartOfDay(toDateTime(intDiv(d,1000),'UTC')) < toDateTime('2020-10-02 00:00:00','UTC'); 2026-03-20 15:34:34 2026-03-20 15:34:34 select uniqExact(_part), count() from sDD where toYYYYMM(toDateTime(intDiv(d,1000),'UTC'))+1 > 202009 and toDateTime(intDiv(d,1000),'UTC') < toDateTime('2020-10-01 00:00:00','UTC'); 2026-03-20 15:34:34 2026-03-20 15:34:34 select uniqExact(_part), count() from sDD where d >= 1598918400000; 2026-03-20 15:34:34 2026-03-20 15:34:34 select uniqExact(_part), count() from sDD where d >= 1598918400000 and toYYYYMM(toDateTime(intDiv(d,1000),'UTC')-1) < 202010; 2026-03-20 15:34:34 2026-03-20 15:34:34 select uniqExact(_part), count() from xMM where toStartOfDay(d) >= '2020-10-01 00:00:00'; 2026-03-20 15:34:34 2026-03-20 15:34:34 select uniqExact(_part), count() from xMM where d >= '2020-09-01 00:00:00' and d <= '2020-10-01 00:00:00'; 2026-03-20 15:34:34 2026-03-20 15:34:34 select uniqExact(_part), count() from xMM where d >= '2020-09-01 00:00:00' and d < '2020-10-01 00:00:00'; 2026-03-20 15:34:34 2026-03-20 15:34:34 select uniqExact(_part), count() from xMM where d >= '2020-09-01 00:00:00' and d <= '2020-10-01 00:00:00' and a=1; 2026-03-20 15:34:34 2026-03-20 15:34:34 select uniqExact(_part), count() from xMM where d >= '2020-09-01 00:00:00' and d <= '2020-10-01 00:00:00' and a<>3; 2026-03-20 15:34:34 2026-03-20 15:34:34 select uniqExact(_part), count() from xMM where d >= '2020-09-01 00:00:00' and d < '2020-10-01 00:00:00' and a<>3; 2026-03-20 15:34:34 2026-03-20 15:34:34 select uniqExact(_part), count() from xMM where d >= '2020-09-01 00:00:00' and d < '2020-11-01 00:00:00' and a = 1; 2026-03-20 15:34:34 2026-03-20 15:34:34 select uniqExact(_part), count() from xMM where a = 1; 2026-03-20 15:34:34 2026-03-20 15:34:34 select uniqExact(_part), count() from xMM where a = 66; 2026-03-20 15:34:34 2026-03-20 15:34:34 select uniqExact(_part), count() from xMM where a <> 66; 2026-03-20 15:34:34 2026-03-20 15:34:34 select uniqExact(_part), count() from xMM where a = 2; 2026-03-20 15:34:34 2026-03-20 15:34:34 select uniqExact(_part), count() from xMM where a = 1; 2026-03-20 15:34:34 2026-03-20 15:34:34 select uniqExact(_part), count() from xMM where toStartOfDay(d) >= '2020-10-01 00:00:00'; 2026-03-20 15:34:34 2026-03-20 15:34:34 select uniqExact(_part), count() from xMM where a <> 66; 2026-03-20 15:34:34 2026-03-20 15:34:34 select uniqExact(_part), count() from xMM where d >= '2020-09-01 00:00:00' and d <= '2020-10-01 00:00:00' and a<>3; 2026-03-20 15:34:34 2026-03-20 15:34:34 select uniqExact(_part), count() from xMM where d >= '2020-09-01 00:00:00' and d < '2020-10-01 00:00:00' and a<>3; 2026-03-20 15:34:34 2026-03-20 15:34:34 2026-03-20 15:34:34 2026-03-20 15:34:34 Database: test_6cazues2 2026-03-20 15:34:34 Process Process-10: 2026-03-20 15:34:34 Traceback (most recent call last): 2026-03-20 15:34:34 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap 2026-03-20 15:34:34 self.run() 2026-03-20 15:34:34 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run 2026-03-20 15:34:34 self._target(*self._args, **self._kwargs) 2026-03-20 15:34:34 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process 2026-03-20 15:34:34 return run_tests_array(*args, **kwargs) 2026-03-20 15:34:34 File "/usr/bin/clickhouse-test", line 2246, in run_tests_array 2026-03-20 15:34:34 stop_tests() 2026-03-20 15:34:34 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2026-03-20 15:34:34 cleanup_child_processes(os.getpid()) 2026-03-20 15:34:34 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2026-03-20 15:34:34 child_pgid = os.getpgid(child) 2026-03-20 15:34:34 ProcessLookupError: [Errno 3] No such process 2026-03-20 15:34:34 Child processes of 1533: 2026-03-20 15:34:34 44064 /bin/sh -c pgrep --parent 1533 -a 2026-03-20 15:38:58 Hang up check failed 2026-03-20 15:38:58 Server died, terminating all processes... 2026-03-20 15:38:58 Running 150 stateless tests (MainProcess). 2026-03-20 15:38:58 Child processes of 1503: 2026-03-20 15:38:58 1506 python3 /usr/bin/clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --no-drop-if-fail --capture-client-stacktrace --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 3 --run-by-hash-total 4 --report-logs-stats 2026-03-20 15:38:58 1512 python3 /usr/bin/clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --no-drop-if-fail --capture-client-stacktrace --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 3 --run-by-hash-total 4 --report-logs-stats 2026-03-20 15:38:58 44078 /bin/sh -c pgrep --parent 1503 -a 2026-03-20 15:38:58 Traceback (most recent call last): 2026-03-20 15:38:58 File "/usr/bin/clickhouse-test", line 3626, in 2026-03-20 15:38:58 main(args) 2026-03-20 15:38:58 File "/usr/bin/clickhouse-test", line 2976, in main 2026-03-20 15:38:58 total_tests_run += do_run_tests(args.jobs, test_suite) 2026-03-20 15:38:58 File "/usr/bin/clickhouse-test", line 2599, in do_run_tests 2026-03-20 15:38:58 run_tests_array( 2026-03-20 15:38:58 File "/usr/bin/clickhouse-test", line 2246, in run_tests_array 2026-03-20 15:38:58 stop_tests() 2026-03-20 15:38:58 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2026-03-20 15:38:58 cleanup_child_processes(os.getpid()) 2026-03-20 15:38:58 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2026-03-20 15:38:58 child_pgid = os.getpgid(child) 2026-03-20 15:38:58 ProcessLookupError: [Errno 3] No such process + set -e + echo 'Files in current directory' + ls -la ./ Files in current directory total 127356 drwxr-xr-x 1 root root 4096 Mar 20 15:18 . drwxr-xr-x 1 root root 4096 Mar 20 15:18 .. -rw-rw-r-- 1 1000 1000 119 Mar 20 14:41 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 2380 Jan 31 2025 attach_gdb.lib -rw-r--r-- 1 root root 1481 Mar 20 14:46 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 4239 Mar 20 14:46 __azurite_db_blob__.json -rw-r--r-- 1 root root 54590 Mar 20 15:38 azurite_log lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin drwxr-xr-x 2 root root 4096 Mar 20 14:46 __blobstorage__ drwxr-xr-x 2 root root 4096 Apr 18 2022 boot -rw-rw-r-- 1 1000 1000 966 Mar 20 14:41 broken_tests.json -rw-r--r-- 1 root root 35519 Mar 20 15:30 client.fatal.log drwxr-xr-x 14 root root 3840 Mar 20 14:45 dev -rwxr-xr-x 1 root root 0 Mar 20 14:45 .dockerenv drwxr-xr-x 1 root root 4096 Mar 20 14:45 etc drwxr-xr-x 1 1000 1000 4096 Mar 20 14:46 hadoop-3.3.1 drwxr-xr-x 2 root root 4096 Apr 18 2022 home lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 26927256 Jan 31 2025 mc drwxr-xr-x 2 root root 4096 Sep 11 2024 media -rwxr-xr-x 1 root root 103174296 Jan 31 2025 minio drwxr-xr-x 4 root root 4096 Mar 20 14:46 minio_data drwxr-xr-x 2 root root 4096 Sep 11 2024 mnt drwxr-xr-x 1 root root 4096 Jan 31 2025 opt -rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4096 Mar 20 14:45 package_folder dr-xr-xr-x 309 root root 0 Mar 20 14:45 proc -rwxrwxr-x 1 root root 9627 Jan 31 2025 process_functional_tests_result.py -rw-rw-r-- 1 root root 837 Jan 31 2025 requirements.txt drwx------ 1 root root 4096 Mar 20 15:25 root drwxr-xr-x 1 root root 4096 Mar 20 14:45 run -rwxrwxr-x 1 root root 22124 Jan 31 2025 run.sh lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin -rw-r--r-- 1 root root 747 Mar 20 14:46 script.gdb -rwxrwxr-x 1 root root 10374 Jan 31 2025 setup_export_logs.sh -rwxrwxr-x 1 root root 360 Jan 31 2025 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3456 Jan 31 2025 setup_minio.sh drwxr-xr-x 2 root root 4096 Sep 11 2024 srv -rw-rw-r-- 1 root root 14015 Jan 31 2025 stress_tests.lib dr-xr-xr-x 13 root root 0 Mar 20 14:45 sys drwxrwxr-x 2 1000 1000 4096 Mar 20 14:46 test_output drwxrwxrwt 1 root root 4096 Mar 20 15:38 tmp drwxr-xr-x 1 root root 4096 Sep 11 2024 usr -rw-rw-r-- 1 root root 897 Jan 31 2025 utils.lib drwxr-xr-x 1 root root 4096 Sep 11 2024 var Files in root directory + echo 'Files in root directory' + ls -la / total 127356 drwxr-xr-x 1 root root 4096 Mar 20 15:18 . drwxr-xr-x 1 root root 4096 Mar 20 15:18 .. -rw-rw-r-- 1 1000 1000 119 Mar 20 14:41 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 2380 Jan 31 2025 attach_gdb.lib -rw-r--r-- 1 root root 1481 Mar 20 14:46 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 4239 Mar 20 14:46 __azurite_db_blob__.json -rw-r--r-- 1 root root 54590 Mar 20 15:38 azurite_log lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin drwxr-xr-x 2 root root 4096 Mar 20 14:46 __blobstorage__ drwxr-xr-x 2 root root 4096 Apr 18 2022 boot -rw-rw-r-- 1 1000 1000 966 Mar 20 14:41 broken_tests.json -rw-r--r-- 1 root root 35519 Mar 20 15:30 client.fatal.log drwxr-xr-x 14 root root 3840 Mar 20 14:45 dev -rwxr-xr-x 1 root root 0 Mar 20 14:45 .dockerenv drwxr-xr-x 1 root root 4096 Mar 20 14:45 etc drwxr-xr-x 1 1000 1000 4096 Mar 20 14:46 hadoop-3.3.1 drwxr-xr-x 2 root root 4096 Apr 18 2022 home lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 26927256 Jan 31 2025 mc drwxr-xr-x 2 root root 4096 Sep 11 2024 media -rwxr-xr-x 1 root root 103174296 Jan 31 2025 minio drwxr-xr-x 4 root root 4096 Mar 20 14:46 minio_data drwxr-xr-x 2 root root 4096 Sep 11 2024 mnt drwxr-xr-x 1 root root 4096 Jan 31 2025 opt -rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4096 Mar 20 14:45 package_folder dr-xr-xr-x 309 root root 0 Mar 20 14:45 proc -rwxrwxr-x 1 root root 9627 Jan 31 2025 process_functional_tests_result.py -rw-rw-r-- 1 root root 837 Jan 31 2025 requirements.txt drwx------ 1 root root 4096 Mar 20 15:25 root drwxr-xr-x 1 root root 4096 Mar 20 14:45 run -rwxrwxr-x 1 root root 22124 Jan 31 2025 run.sh lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin -rw-r--r-- 1 root root 747 Mar 20 14:46 script.gdb -rwxrwxr-x 1 root root 10374 Jan 31 2025 setup_export_logs.sh -rwxrwxr-x 1 root root 360 Jan 31 2025 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3456 Jan 31 2025 setup_minio.sh drwxr-xr-x 2 root root 4096 Sep 11 2024 srv -rw-rw-r-- 1 root root 14015 Jan 31 2025 stress_tests.lib dr-xr-xr-x 13 root root 0 Mar 20 14:45 sys drwxrwxr-x 2 1000 1000 4096 Mar 20 14:46 test_output drwxrwxrwt 1 root root 4096 Mar 20 15:38 tmp drwxr-xr-x 1 root root 4096 Sep 11 2024 usr -rw-rw-r-- 1 root root 897 Jan 31 2025 utils.lib drwxr-xr-x 1 root root 4096 Sep 11 2024 var + /process_functional_tests_result.py 2026-03-20 15:38:58,940 File /analyzer_tech_debt.txt with broken tests found 2026-03-20 15:38:58,940 File /broken_tests.json with broken tests found 2026-03-20 15:38:58,940 Broken tests in the list: 4 2026-03-20 15:38:58,941 Find files in result folder test_result.txt,gdb.log,run.log,minio.log,hdfs_minicluster.log 2026-03-20 15:38:58,955 Is flaky check: False 2026-03-20 15:38:58,955 Result parsed 2026-03-20 15:38:58,960 Result written + clickhouse-client -q 'system flush logs' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) Detach all logs replication + : + stop_logs_replication + echo 'Detach all logs replication' + clickhouse-client --query 'select database||'\''.'\''||table from system.tables where database = '\''system'\'' and (table like '\''%_sender'\'' or table like '\''%_watcher'\'')' + tee /dev/stderr + timeout --preserve-status --signal TERM --kill-after 5m 15m xargs -n1 -r -i clickhouse-client --query 'drop table {}' xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + failed_to_save_logs=0 + for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log + clickhouse-client -q 'select * from system.query_log into outfile '\''/test_output/query_log.tsv.zst'\'' format TSVWithNamesAndTypes' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + failed_to_save_logs=1 + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log + clickhouse-client -q 'select * from system.zookeeper_log into outfile '\''/test_output/zookeeper_log.tsv.zst'\'' format TSVWithNamesAndTypes' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + failed_to_save_logs=1 + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log + clickhouse-client -q 'select * from system.trace_log into outfile '\''/test_output/trace_log.tsv.zst'\'' format TSVWithNamesAndTypes' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + failed_to_save_logs=1 + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log + clickhouse-client -q 'select * from system.transactions_info_log into outfile '\''/test_output/transactions_info_log.tsv.zst'\'' format TSVWithNamesAndTypes' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + failed_to_save_logs=1 + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log + clickhouse-client -q 'select * from system.metric_log into outfile '\''/test_output/metric_log.tsv.zst'\'' format TSVWithNamesAndTypes' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + failed_to_save_logs=1 + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log + clickhouse-client -q 'select * from system.blob_storage_log into outfile '\''/test_output/blob_storage_log.tsv.zst'\'' format TSVWithNamesAndTypes' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + failed_to_save_logs=1 + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log + clickhouse-client -q 'select * from system.error_log into outfile '\''/test_output/error_log.tsv.zst'\'' format TSVWithNamesAndTypes' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + failed_to_save_logs=1 + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + sleep 1 + clickhouse-client -q 'SYSTEM FLUSH ASYNC INSERT QUEUE' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)